back
user profile

porridgeraisin

1,978karma·1,375submissions·March 26, 2023
recent activity (1,375 total)
comment
Can't imagine a worse alternative. The filesystem api is really good. For example, I use the google office suite entirely offline through the official extension that uses the filesystem api. You …
1y ago·view thread
comment
The sibling comment mentions rerere. But you can solve this even without that. I assume you mean develop has a few extra commits from remote meaning feature branch diverges a few commits earlier. Let&…
1y ago·view thread
comment
Why won't this work to achieve the exact same thing? # on branch `feature` # code code code # whoops! Test missing git add wip/ changes/ && git commit -m lol git che…
1y ago·view thread
comment
When I used to maintain a discord music bot, it used to stream from YouTube. For Spotify urls to work though, I had to get YouTube search to work reliably. One trick which I found worked well was incl…
1y ago·view thread
comment
Love XFCE, everything about it.
1y ago·view thread
comment
This argument always bothered me. For me, the ethos of open source and free software is altruism. The whole point is that the developers make the software to help users. There's nothing gained b…
1y ago·view thread
comment
Yeah, you have to set provenance flag to true. - uses: JS-DevTools/npm-publish@v2 with: token: ${{ secrets.NPM_TOKEN }} access: public provenance: true For example…
1y ago·view thread
comment
NPM has support for github CI provenance. So you can verify that the package on npm was built on the github actions of the repo mentioned in npm.
1y ago·view thread
comment
Aah, nice! I read that note about it being in contrib. Never bothered to find out whether contrib is distributed with the built git package or not.
1y ago·view thread
comment
> Poor Python DX is a skill issue Oh yes, the language whose ecosystem only hears about backwards compatibility in their own death marches? Not their problem. It's the developers, it's _t…
1y ago·view thread
comment
Yes, that is a great resource. And if you're looking for a connection to ML, the search term is "DP-SGD".
1y ago·view thread
comment
Haha obj[JSON.stringify(x)] = y * Ducks *
1y ago·view thread
comment
A 0.2mm difference is so vastly different from the analogy he made to using it as a measurement of volume. Hopefully you're putting this forward as an interesting factoid and did not mean it as a…
1y ago·view thread
comment
https://gist.github.com/romainl/a3ddb1d08764b93183260f8cdf0f... This script in your path means that after you say pull code and have merge conflicts, "git jump" will op…
1y ago·view thread
comment
Nice! Let me try this out
1y ago·view thread
comment
And then bickering over territory within themselves, and following it up by celebrating an independence day! Only a white man
1y ago·view thread
comment
Alibaba and AliExpress are banned in india.
1y ago·view thread
comment
Yes, this.
1y ago·view thread
comment
Yeah, my guess is that it'll fall on either side of the same go/c vs c++/rust "simple rules with more implicit rules in your head" vs "complex tool with less in your head…
1y ago·view thread
comment
It'll be nice if you could make it level 2 headers. Reason: if we want to make it html to display as a webpage, we won't end up with multiple H1s, and we can have a H1 for like the name of t…
1y ago·view thread
comment
Latex workshop gives an identical experience with latex
1y ago·view thread
comment
You're only hurting yourself by looking up a dictionary for these sorts of things. Words have varying contextual meaning that can range from the dictionary definition to it's polar opposite.…
1y ago·view thread
comment
I hate XDG stuff so much. I just wish every app had their own folder in which they can put whatever they want. If home directory clutter is the issue, then just ~/crap/.{app1,..n} can be sta…
1y ago·view thread
comment
Comparing the innovations of Bell Labs with..... _Protobuf_ of all things makes me gag.
1y ago·view thread
comment
Go maps randomize intentionally the ordering of the keys
1y ago·view thread
comment
Your effort did not go unnoticed :-)
1y ago·view thread
comment
Yeah, where I worked we rarely used channels directly in business logic. Most of our code looked like "do 5 different time consuming operations, some of them optional i.e can fail" and then …
1y ago·view thread
comment
Karpathy talks about this in https://karpathy.medium.com/software-2-0-a64152b37c35
1y ago·view thread
comment
These arguments (for any language) are pretty lacking. That you can do it isn't important - the majority culture is the deciding factor - since every internet resource, every package, every suppo…
1y ago·view thread