HackerTrans
TopNewTrendsCommentsPastAskShowJobs

davidkwast

no profile record

Submissions

EAS Alarm at midnight caused by a hacker in Brazil

reddit.com
3 points·by davidkwast·vor 22 Tagen·2 comments

How early computers tricked TVs into making color [video]

youtube.com
3 points·by davidkwast·vor 9 Monaten·1 comments

comments

davidkwast
·vor 18 Tagen·discuss
Nice advice
davidkwast
·vor 22 Tagen·discuss
More info here:

https://x.com/ayubio/status/2068195735279923267?s=20
davidkwast
·vor 22 Tagen·discuss
Everyone in Brazil capital cities are receiving extreme alert messages with just the text: "misanthropi"
davidkwast
·vor 24 Tagen·discuss
I would use a hash of the body content (the query) as a URL parameter

/?hash=123456789
davidkwast
·letzten Monat·discuss
So the majority of the hardware should stay on the moon where latency isn't so critical. There the cooling won't be the problem.
davidkwast
·letzten Monat·discuss
It is so simple that I had to look very slowly to understand. Nicely done.
davidkwast
·letzten Monat·discuss
As what we say here in Brazil:

"The world doesn't go round. It flips over!"
davidkwast
·letzten Monat·discuss
Your comment remembered me of ESA normalization value for the Sentinel-2 level-2 satellite image quantization.

Something like this:

Digital Number DN=0 remains the “NO_DATA” value

For a given DN in [1; 1;215-1], the L2A SR reflectance value will be:

L2A_SRi = (L2A_DNi + BOA_ADD_OFFSETi) / QUANTIFICATION_VALUE

https://sentiwiki.copernicus.eu/web/s2-products
davidkwast
·vor 2 Monaten·discuss
All Python versions are LTS if you consider 5-year a good measure.

https://devguide.python.org/versions/
davidkwast
·vor 2 Monaten·discuss
It is the same for me. Predicability is better than any optimization.
davidkwast
·vor 2 Monaten·discuss
"Python 3.14 shipped with a new incremental garbage collector. However, we’ve had a number of reports of significant memory pressure in production environments.

We’ve decided to revert it in both 3.14 and 3.15, and go back to the generational GC from 3.13."

Sounds the right move for me
davidkwast
·vor 2 Monaten·discuss
You can use both. In the mountains I would appreciate redundancy.
davidkwast
·vor 4 Monaten·discuss
RISC-V can be essential for this open future
davidkwast
·vor 4 Monaten·discuss
Still better than my Lenovo
davidkwast
·vor 4 Monaten·discuss
I saw that in the code on the github repo
davidkwast
·vor 5 Monaten·discuss
I think LLMs are accelerating us toward a Dune-like universe, where humans come before AI.
davidkwast
·vor 5 Monaten·discuss
Wow. I saved the link for emergencies. And I sent it to all my team. It is like a diff tool but to advance the schema.
davidkwast
·vor 5 Monaten·discuss
I don't think MariaDB ColumnStore has any kind of advantage. It is just an append-only storage format with some columnar concepts.

https://vettabase.com/mariadb-columnstore-sql-limitations/#I...
davidkwast
·vor 5 Monaten·discuss
This ColumnStore is very simple and just do table scans sequentially on every query. It doesn't support indexes and unique constraints. It is almost an append-only serialization file format, but with some columnar concepts.
davidkwast
·vor 5 Monaten·discuss
I am hosting user data from the database. It is very easy with this stack: - PostgreSQL with PostGIS - Django with MVT-tiles plugin - MapLibre