linux Linux Switching from win 11
Jump
  • bradboimler bradboimler 5 months ago 98%

    After convincing my employer to move away from MS office

    I'm curious how you managed that

    56
  • AskKbin Moving to: m/AskMbin! An update regarding the future of m/AskKbin (heading towards Mbin)
    Jump
  • bradboimler bradboimler 5 months ago 100%

    This is sad news but I respect your decision. Thank you for what you've done for this community.

    4
  • kbinMeta /kbin meta Please turn off science
    Jump
  • bradboimler bradboimler 5 months ago 100%

    I'm gettin there myself; I took a closer look at Lemmy the other day. But man do I prefer the UI of Kbin.

    5
  • AskKbin Moving to: m/AskMbin! which sites do you use to share code and talk about programming?
    Jump
  • bradboimler bradboimler 5 months ago 100%

    Reddit still seems like a big one, unfortunately. I don't contribute any longer but I haven't been able to stop lurking.

    I've noticed your username and I'd be happy to talk to you about Java, if you'd like. It's my favorite programming ecosystem.

    1
  • asklemmy Asklemmy *Permanently Deleted*
    Jump
  • bradboimler bradboimler 6 months ago 100%

    I'm in a Discord server. I'd love for some folks in there to try out Matrix but I'm too scared to ask. Even if I wasn't there's still the issue of Matrix being too techie.

    3
  • technology Technology IRS has launched its free tax filing service, Direct File, in 12 states
    Jump
  • bradboimler bradboimler 6 months ago 100%

    FreeTaxUSA is free for federal. They charge (a reasonable amount) to file state taxes.

    9
  • technology Technology The Google Pay app is shutting down in the US
    Jump
  • bradboimler bradboimler 7 months ago 100%

    You can pay friends with Pay. You can't do that with Wallet.

    6
  • technology Technology The Google Pay app is shutting down in the US
    Jump
  • bradboimler bradboimler 7 months ago 100%

    Peer to peer payments are going away

    10
  • technology Technology Beeper’s push for iMessage on Android is really over
    Jump
    java Java Quite surprised by the negativity towards Java in this thread about Sublinks, a Java-based Lemmy alternative. Is it that bad?
    Jump
  • bradboimler bradboimler 8 months ago 100%

    I'll take the compliment, thank you!

    When I do it on my terms, yes, I do enjoy Java in particular and programming in general. A lot. At a certain level it's not complicated or mystical at all. All you're really doing is simple math (adding, subtracting, etc) on numbers, bunching them into representations that make sense for your problem (how a point is an x coordinate and a y coordinate, for example), moving little arrows that point to said representations, etc. You combine these very simple primitives into a predictable system that solves whatever you're working on. Yeah, you do have to be able to abstract this in your brain. Pictures on paper helps sometimes; I do that myself.

    I come in with a maintainability mindset. I enjoy writing simple, to the point, straightforward code that most importantly, I can read and understand in 10 years. Java's "verboseness" is a feature in that respect. Have you tried maintaining someone else's Kotlin? Forgetaboutit.

    4
  • java Java Quite surprised by the negativity towards Java in this thread about Sublinks, a Java-based Lemmy alternative. Is it that bad?
    Jump
  • bradboimler bradboimler 8 months ago 100%
  • java Java Quite surprised by the negativity towards Java in this thread about Sublinks, a Java-based Lemmy alternative. Is it that bad?
    Jump
  • bradboimler bradboimler 8 months ago 100%

    I guess Java saw the writing on the wall and shifted into high gear. The rate of language development has shot up. Check out all these changes to the language.

    I get the sense that the people who think these out are smart and deliberate. I like deliberate.

    And there's more coming. Value classes (custom, compound primitives is my understanding) is only one example. The fact that that document even exists is exciting to me. I like reading the instruction manuals for my tools!

    The standardized documentation, the culture, the tools, the libraries. After stumbling around C++ all of that was a breath of fresh air. Java is a joy for me. I've been doing it since the 1.1, 1.2 days.

    And so y'all know, right now I'm being paid to write Kotlin. I fully intend to integrate its styles and idioms. I get why people like it. Every now and then I do go, "Huh. That's neat." I'd still pick Java over it if I were given a choice. But I gotta pay the bills.

    5
  • java Java Quite surprised by the negativity towards Java in this thread about Sublinks, a Java-based Lemmy alternative. Is it that bad?
    Jump
  • bradboimler bradboimler 8 months ago 93%

    Modern Java is exciting. I choose it willingly for personal projects. And it remains my preference for professional ones.

    13
  • scifi Science Fiction What's your Sci-Fi unpopular opinion?
    Jump
  • bradboimler bradboimler 8 months ago 100%

    I'm a big, big fan of sci fi and I get that it's a classic. I watched it once and it bored me to death. I couldn't believe it's standard movie length; it felt like it was six hours long.

    1
  • android Android Are you excited for the S24 announcement?
    Jump
  • bradboimler bradboimler 8 months ago 71%

    I'll watch what MKBHD has to say about it but that's about it

    3
  • tech
    Technology bradboimler 10 months ago 100%
    Meet Beeper Mini - Finally, get blue bubbles on Android 💙 blog.beeper.com

    🎉 We’re thrilled to launch Beeper Mini: our beautiful new Android app to message with iPhones as a legit blue bubble. Download it today on Google Play! No waitlist, no ads ever, and free for 7 days.

    1
    1
    daystrominstitute Daystrom Institute Raktajino... has liquor in it?
    Jump
  • bradboimler bradboimler 10 months ago 100%

    Oh, man, it would've been PERFECT if they sold that. I regret not going when I had the chance.

    1
  • java Java Is Java 21 Keeping Up With Modern Programming Languages
    Jump
  • bradboimler bradboimler 10 months ago 83%

    Yes

    4
  • science Science Does a volcanic eruption emit more carbon dioxide than human activity?
    Jump
  • bradboimler bradboimler 10 months ago 100%

    No

    1
  • AskKbin Moving to: m/AskMbin! What's something that sounds made up, but is completely true?
    Jump
  • bradboimler bradboimler 11 months ago 100%

    0.999... (infinite nines) and 1 are equal. They are two representations of the same number, like 0.5 and 1/2 (one half) are.

    2
  • AskKbin Moving to: m/AskMbin! What is your favorite websites ?
    Jump
  • bradboimler bradboimler 11 months ago 100%
  • java
    Java bradboimler 11 months ago 100%
    Introducing the Oracle Java Platform Extension for Visual Studio Code https://inside.java/2023/10/18/announcing-vscode-extension/

    We are happy to announce the general availability of our official Java Platform Extension for Visual Studio Code. Unlike the language servers offered by other VS Code extensions for Java, this language server is based on the OpenJDK JDK's `javac` co…

    9
    0
    scifi Science Fiction Why Star Trek's Gates McFadden Struggled With Gene Roddenberry's Work - /Film
    Jump
  • bradboimler bradboimler 11 months ago 100%

    I enjoyed Picard more than I thought I would

    1
  • scifi Science Fiction You Need to Watch Tim Burton's Most Underrated Sci-Fi Movie
    Jump
  • bradboimler bradboimler 11 months ago 100%

    I adore this movie

    1
  • scifi Science Fiction The Most Realistically Grounded Sci-Fi Films
    Jump
  • bradboimler bradboimler 12 months ago 100%

    I would call Coherence (2013) grounded scifi. It had been out for a while before I discovered it and I absolutely loved it. Watch it, but go in completely cold.

    1
  • daystrominstitute Daystrom Institute A question about ST: Picard - is season 2 completely ret-conned?
    Jump
  • bradboimler bradboimler 12 months ago 100%

    I recently watched it and didn't regret doing so. Picard was way more fun for me than Reddit had me thinking it was going to be.

    3
  • programmerhumor Programmer Humor I hope they don't exist
    Jump
  • bradboimler bradboimler 12 months ago 100%

    Debian testing

    1
  • programmerhumor Programmer Humor I hope they don't exist
    Jump
  • bradboimler bradboimler 12 months ago 100%
    1
  • android
    All about Android bradboimler 1 year ago 100%
    Element X preview is now on Android too! element.io

    We’ve released an early edition of Element X in the Google Play Store.

    3
    1
    news News San Francisco bakery sparks debate by refusing to serve armed police
    Jump
  • bradboimler bradboimler 1 year ago 100%

    I'm actually Latino and I don't hate Latinx. I feel it comes from a good place and I also feel genderless language is important.

    4
  • AskKbin Moving to: m/AskMbin! Do you use a desktop, phone, or both?
    Jump
  • bradboimler bradboimler 1 year ago 100%

    I do have a smartphone but I tend to only use it as a consumption device. I prefer to use a laptop connected to an external monitor, keyboard, and mouse to produce stuff.

    I prefer the laptop even for simple things like filling out online forms

    3
  • tech
    Technology bradboimler 1 year ago 100%
    Buyers of Bored Ape NFTs sue after digital apes turn out to be bad investment arstechnica.com

    Lawsuit: Sotheby's $24M sale to FTX gave Bored Ape NFTs "an air of legitimacy."

    54
    18
    AskKbin Moving to: m/AskMbin! How do you keep on living while knowing that you will die?
    Jump
  • bradboimler bradboimler 1 year ago 100%

    A habit I learned from Reddit is to keep a gratitude journal. One of my daily tasks is to update it with one thing from that day that I'm grateful for. It can be a big thing; it can be a very small thing like having a tasty muffin that morning. I update it even if my day was miserable and I struggle to think of something.

    I've become a lot more mindful of things I'm grateful for (so I can update the journal). When I'm grateful, I worry less about sad things like death.

    1
  • programming Programming Dependency Injection, The Best Pattern
    Jump
  • bradboimler bradboimler 1 year ago 100%

    I learned dependency injection as I went along in my engineering career and I've become a huge fan of it. And yeah, I strongly prefer to do it "manually" without relying on a framework.

    I push hard for it in code reviews

    3
  • news News Climate records tumble, leaving Earth in uncharted territory - scientists
    Jump
    scifi Science Fiction Sci-fi you couldn’t get into?
    Jump
  • bradboimler bradboimler 1 year ago 100%

    This is me. And speaking as someone who tends to love his writing otherwise. It took me several tries to get through Foundation and once I finally finished it I was left with zero desire to read any other books in that series.

    1
  • AskKbin Moving to: m/AskMbin! So why do you perfer Kbin over Lemmy?
    Jump
  • bradboimler bradboimler 1 year ago 100%

    For me it was the UI. Replies to comments on Lemmy are offset by, like, a single pixel. They're more obvious here. Yup, that was the biggest thing for me.

    7
  • linux Linux After 30 Years, Linux Finally Hits 3% Market Share
    Jump
  • bradboimler bradboimler 1 year ago 100%

    Happy Linux desktop user right here!

    8
  • showerthoughts Shower Thoughts People will put more effort in installing Windows on the Steam Deck than learning how to use Linux
    Jump
  • bradboimler bradboimler 1 year ago 100%

    I feel that setting up and administering Linux is still out of reach for most people. But for day to day use? Considering most of that is web browsing? It's totally there.

    I'm actually kinda astonished at how polished the GNOME desktop environment is

    1