bugsmith
- 16 Posts
- 36 Comments
bugsmith@programming.devOPMto
Programming@programming.dev•Adding Live Reload to a Static Site Generator Written in GoEnglish
1·2 months agoI’d say fsnotify is the least interesting part
bugsmith@programming.devMto
Programming@programming.dev•Programming.dev instance: Sponsors needed
2·3 months agoIt’s Lemmy.
bugsmith@programming.devMto
Programming@programming.dev•Programming.dev instance: Sponsors needed
1·3 months agodeleted by creator
bugsmith@programming.devto
Technology@lemmy.world•Android’s most beloved launcher may be done for goodEnglish
5·8 months agoI have used and enjoyed lawnchair for the past year. It’s quite minimal and I’ve found it very stable.
This should have been posted in programming.dev/c/meta. I’m leaving it up here as the question has been answered.
bugsmith@programming.devto
United Kingdom@feddit.uk•Actress Dame Maggie Smith dies at 89English
17·2 years agoShe was 89 and no doubt lead a truly fulfilling life, and so I think objectively it’s not a sad passing - she had a truly remarkable life and long life.
That said, she was a significant part of my childhood, and always on the television in the various households I’ve lived in for one show or another. It feels like losing a beloved grandmother, and I’m devastated. RIP Maggie.
bugsmith@programming.devOPMto
Programming@programming.dev•Good software development habits
1·2 years agoTotally agree. Like most “rules”, it just needs treating with nuance and context.
bugsmith@programming.devOPto
United Kingdom@feddit.uk•Self-proclaimed working class Clacton woman speaks out against FarageEnglish
17·2 years agoI really admire her after seeing this. She is so dialled in to what’s going on in her working area, and she doesn’t get flustered when probed with follow-up questions. Regardless of party, we could do with more people like her running and being elected as MPs - but I imagine she wouldn’t even consider it.
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 │ ╰───┴──────────────┴───────╯
First I’ve heard of “Out of Darkness”. How was it?
bugsmith@programming.devto
Technology@lemmy.world•Claude 3 launched by Anthropic — new AI model leaves OpenAI's GPT-4 in the dustEnglish
3·2 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·2 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.
bugsmith@programming.devto
Selfhosted@lemmy.world•Selfhosted twitter alternative, not mastodon if possibleEnglish
2·2 years agoYes, I don’t know how I forgot to mention that Iceshrimp and Sharkey both have Mastodon compatible APIs - so all the same apps work (mostly).
bugsmith@programming.devto
Selfhosted@lemmy.world•Selfhosted twitter alternative, not mastodon if possibleEnglish
7·2 years agoBased on your requirements, I would suggest looking at one of the Firefish / CalcKey forks. They are ideal for single user or small instances and they support s3 compatible object storage out of the box.
I would recommend looking at Sharkey or Iceshrimp. Both are under very active development and have very responsive developers if you need support.
If you would like to check out an example, Ruud (of mastodon.world and lemmy.world) set up an instance of Sharkey at (you guessed it) sharkey.world.
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.
Goodness, what a choice to make. They are both excellent, and you should of course read both. Personally, I would start with Hyperion.









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