Readit News logoReadit News
noselasd commented on The Deletion of Docker.io/Bitnami   community.broadcom.com/ta... · Posted by u/zdkaster
tomalbrc · 3 days ago
This has to be a joke, right? Months of effort for a makefile? In which world do people live these days
noselasd · 3 days ago
Wasn't the point of the post you replied to that it isn't just a simple makefile ? That repo contains quite a lot carefully assembled scripts for each image that handles a lot of corner cases.
noselasd commented on Carved stone mask – Pre-pottery, Neolithic B period   imj.org.il/en/collections... · Posted by u/webmaven
YeGoblynQueenne · 14 days ago
>> This carved stone mask depicting a human face (...)

It's carved stone. Must weigh a ton to carry on one's face.

noselasd · 14 days ago
2.2-4.4 pounds, not that much tbh. (source: https://www.nationalgeographic.com/culture/article/140610-ol...)
noselasd commented on Streaming services are driving viewers back to piracy   theguardian.com/film/2025... · Posted by u/nemoniac
galleywest200 · 17 days ago
Physical media offers the first three, but not option four.

I, too, would pay per show/movie to download and save DRM-free videos to my own drives.

noselasd · 17 days ago
It fails on all of them if it's not available to purchase, and none of them are of relevance if I want it right now vs having to wait 1-7 days to get hold of that physical copy and there's an easier alternative where I can have it right now.
noselasd commented on Zig's Lovely Syntax   matklad.github.io/2025/08... · Posted by u/Bogdanp
porridgeraisin · 21 days ago
If the lambda captures some value, and also outlives the current scope, then that captured value has to necessarily be heap allocated.
noselasd · 21 days ago
No, (in C++) the lambda can capture the the variable by value, and the lambda itself can be passed around by value. If you capture a variable by reference or pointer that your lambda outlives, your code got a serious bug.
noselasd commented on Monotonic and wall clock time in the Go time package   victoriametrics.com/blog/... · Posted by u/valyala
deepsun · a month ago
Wait, I see it's been removed actually [1]. Why, isn't it faster anymore?

[1] https://github.com/VictoriaMetrics/VictoriaMetrics/commit/c2...

noselasd · a month ago
It's not removed, it's moved to a separate file as it's problematic to use in tests, commit 06c2631 talks about why.
noselasd commented on Monotonic and wall clock time in the Go time package   victoriametrics.com/blog/... · Posted by u/valyala
deepsun · a month ago
And not a word about fasttime.UnixTimestamp()? I thought that's the recommended way, it literally says:

    // It is faster than time.Now().Unix()
https://pkg.go.dev/github.com/VictoriaMetrics/VictoriaMetric...

noselasd · a month ago
It's a bit specialized though, it's just a cached value of a time.NewTicker updating once per second and the article talks about this in the "Schedule Based on Monotonic Time" section
noselasd commented on Woman takes 10x dose of turmeric, gets hospitalized for liver damage   arstechnica.com/health/20... · Posted by u/burnt-resistor
markdown · 2 months ago
> she began taking turmeric capsules at a dose of 2,250 mg per day.

That's a teaspoon. The average South-east asian eats close to that much in a day for their entire lives.

noselasd · 2 months ago
That's unlikely, the turmeric used in asian cuisine contains about 3-5% curcumin while what's commonly sold as "turmeric" capsules/supplement often contain > 90%. Some may contain less but are mixed in with piperine that significantly boosts its effects/toxicity
noselasd commented on Supabase MCP can leak your entire SQL database   generalanalysis.com/blog/... · Posted by u/rexpository
otterley · 2 months ago
noselasd · 2 months ago
It's an MCP for your database, ofcourse it's going to execute SQL. It's your responsibility for who/what can access the MCP that you've pointed at your database.
noselasd commented on Homo erectus from the seabed, new archaeological discoveries in Indonesia   universiteitleiden.nl/en/... · Posted by u/palmfacehn
oh_fiddlesticks · 3 months ago
Home erectus can be read as Homo sapiens really
noselasd · 3 months ago
How so ? It's the ancestor a step before Neanderthals, Denisovans, modern humans and a couple others.

Deleted Comment

u/noselasd

KarmaCake day2860April 9, 2011View Original