bugsmith
- 15 Posts
- 33 Comments
bugsmith@programming.devMto
Programming@programming.dev•Programming.dev instance: Sponsors needed
2·7 months agoIt’s Lemmy.
bugsmith@programming.devMto
Programming@programming.dev•Programming.dev instance: Sponsors needed
1·7 months agodeleted by creator
bugsmith@programming.devto
Technology@lemmy.world•Android’s most beloved launcher may be done for goodEnglish
5·1 year agoI have used and enjoyed lawnchair for the past year. It’s quite minimal and I’ve found it very stable.
I really like Nushell. I would not run it as a daily driver currently, as it mostly doesn’t win me over from Fish, feature-wise, but I love having it available for anything CLI date pipeline work I need to do.
Love this. Always interesting to see novel ways of querying data in the terminal, and I agree that jq’s syntax is difficult to remember.
I actually prefer nu(shell) for this though. On the lobste.rs thread for this blog, a user shared this:
| get license.key -i | uniq --count | rename license This outputs the following: ╭───┬──────────────┬───────╮ │ # │ license │ count │ ├───┼──────────────┼───────┤ │ 0 │ bsd-3-clause │ 23 │ │ 1 │ apache-2.0 │ 5 │ │ 2 │ │ 2 │ ╰───┴──────────────┴───────╯
Thanks. I didn’t know about these advanced libraries, and had not heard of C++ modules either. Appreciate the explanation.
I don’t code in C++ (although I’m somewhat familiar with the syntax). My understanding is the header files should only contain prototypes / signatures, not actual implementations. But that doesn’t seem to be the case here. Have I misunderstood, or is that part of the joke?
bugsmith@programming.devto
Technology@lemmy.world•Claude 3 launched by Anthropic — new AI model leaves OpenAI's GPT-4 in the dustEnglish
3·3 years agoInteresting. That’s not something I’ve heard about until now, but something I’ll surely look into.
bugsmith@programming.devto
Technology@lemmy.world•Claude 3 launched by Anthropic — new AI model leaves OpenAI's GPT-4 in the dustEnglish
4·3 years agoMistral-large is probably the best large model for practical purposes at this point.
What makes you say that? I have not performed my own comparison, but everything I have seen and read suggests that GPT4 is king, currently.
Honestly, for any large scale project in Python, Pydantic makes it bearable. We use Python heavily at work (and I’d argue we shouldn’t be for the projects we’re working on…), and Pydantic is the one library we’re using that I wouldn’t be without. Precisely because it allows us to inject some of these static typing concepts and keeps us honest, and our code understandable.
Yes! The concepts are intertwined. I think the key take away, for me, is to lean heavily into your type system and allow that to do some of the heavy lifting. Accept that something like a
usernameis not a string, but a subtype of a string (this has to be true if any validation is required, otherwise you’d just accept any valid string).
It’s one of my favourites. Something I revisit every couple of years.
bugsmith@programming.devto
Technology@lemmy.world•Bluesky is now open for anyone to join | TechCrunchEnglish
7·3 years agoCelebrities, politicians and businesses will be more likely to show up on the platform, if that’s your jam.
bugsmith@programming.devto
Technology@lemmy.world•Bluesky is now open for anyone to join | TechCrunchEnglish
73·3 years agoWhen corporations inevitably arrive to the platform, we can use it to shame them into offering a decent service after they ignore our calls and emails.
bugsmith@programming.devOPMto
Programming@programming.dev•The Hacker News Top 40 books of 2023
1·3 years agoThat one has been on my list for a while. Are you finding yourself able to easily apply what is taught to your day-to-day?
bugsmith@programming.devOPMto
Programming@programming.dev•The Hacker News Top 40 books of 2023
8·3 years agoI have read a few of these books. As for non-fiction:
Pragmatic Programmer Excellent book; should be compulsory reading for all software developers.
The Phoenix Project Enjoyable enough. It’s a fictional story and has some extremely role-cast, trope filled characters. But its purpose is not to be a great novel. Its purpose is to teach the history of and purpose of how dev-ops came about. I think it’s worth reading. I’m yet to try the Unicorn Project which I understand is actually more about software.
Eloquent JavaScript I am not a huge fan of working with JavaScript or front end, but I did read this when I got placed on a long term project where I would be using it for the duration. I found this book excellent, and my JavaScript certainly benefitted from it.
I also read a bunch of the fictional books. Bobiverse is one of my favourite series ever, despite the weirdness of the fourth book (it was still good). I’m just over halfway through Children of Time, and seriously regret not picking it up sooner. Well kind of, if I had I suppose I wouldn’t be enjoying it so much now!
bugsmith@programming.devMto
Programming@programming.dev•Do any of you program on non-US keyboard layouts?
4·3 years agoI believe the lower cable connects the two boards. The upper cable is for connecting to your device, so would only be connect to one of the boards when in use.
bugsmith@programming.devMto
Programming@programming.dev•Do any of you program on non-US keyboard layouts?
1·3 years agoI use UK standard layout, and Apple UK for work. It always takes me a few minutes to switch between them, but both are absolutely fine for programming. Just the odd placement of
#that bothers me a little, but I tend to use that only for Python comments - which I tend to do more commonly from a keyboard shortcut anyway.
bugsmith@programming.devto
Technology@lemmy.world•41% of fediverse instances have blocked threads so far!!!English
142·3 years agoCare to give a summary on why you think they should be blocked ahead of any bad acting? Yes, there is some concern about Meta attempting EEE, but ultimately they’re a large platform that can bring a lot of users and attention to the Fediverse. There’s nothing preventing large instances from blocking them down the line, and with user level instance blocking coming in 0.19 to Lemmy (not sure if Mastodon et al have something similar), you can block them personally yourself if you wish, rather than having that thrust upon you by your instance admins.








I’m glad you enjoyed it. I appreciate the kind words.
Feel free to do so!