HackerTrans
TopNewTrendsCommentsPastAskShowJobs

qff

no profile record

Submissions

Is GitHub's business model still viable?

blagblogblag.com
2 points·by qff·3 months ago·0 comments

Show the time a command was run in fish shell

blagblogblag.com
1 points·by qff·5 years ago·0 comments

comments

qff
·5 months ago·discuss
The large diary producers are forcing things that everyone understand what is — “Oat milk” and “Almond milk” — to be called “Oat drink” and “Almond drink”. New terms for things that have existed for decades.

Really, we should be calling the OG milk “cow milk” and let the good times roll.

Big milk have been pushing questionable health research and narratives for cow milk for quite some time.

All this coming from someone (me) who drinks 0,5L of cow milk every day.

Yes, yeast milk is milk too. Just like coconut milk.
qff
·7 months ago·discuss
`jj` doesn’t allow temporary files in the repository that aren’t listed in `.gitignore`.

This makes it unusable for me.
qff
·4 years ago·discuss
Interesting! These were on a bunch of busses in Copenhagen as well.

The ads were so low effort, I've never seen anything like it. They looked almost like they were made in MS Paint, and then they seemed to have used Google Translate to translate the phrase "Missed Bitcoin? Buy Floki". They used the wrong Danish word for "miss" meaning "I missed my mom" rather than the one meaning "I missed the bus". The ad still kind of worked, but it definitely would have made more sense if they'd used the intended word.
qff
·5 years ago·discuss
I haven't switched away from Python (yet). But I agree that Go does look very compelling, and is basically the only performant and mainstream implementation of green threads.
qff
·5 years ago·discuss
Green threads (gunicorn/gevent) allows you to write Python the way you always have and gain many of the benefits of async.

Uvicorn and ASGI do not. For those you need to handle async explictly.