HackerLangs
TopNewTrendsCommentsPastAskShowJobs

cuechan

no profile record

Submissions

Deutsche Bahn blocks Linux users

heise.de
44 points·by cuechan·2 mesi fa·3 comments

Zed Editor Theme-Builder

zed.dev
274 points·by cuechan·2 mesi fa·84 comments

Debian's Challenge When Its Developers Drift Away

phoronix.com
69 points·by cuechan·5 mesi fa·23 comments

My best tricks from 13 years of losing weight

blinry.org
2 points·by cuechan·6 mesi fa·0 comments

Curse of Dimensionality

en.wikipedia.org
2 points·by cuechan·7 mesi fa·0 comments

comments

cuechan
·mese scorso·discuss
> A traditional CRUD app doing the same thing takes about 300ms.

300ms seems like a lot. Even if this includes the whole http request+response it still seems unbelievably long.
cuechan
·mese scorso·discuss
Why not just place a mirror at 45 degrees in the corner? That way you don't need the lidar but you can just look around the corner? It would also work better with the lidar.
cuechan
·mese scorso·discuss
I don't really understand, what the Graphs on page 9 and 13 represent, but they look somewhat like a world map with the continents. I wouldn't be surprised if there's actually a geographic connection. A lot of ingrediants are probably more prevalent in certain world regions.
cuechan
·2 mesi fa·discuss
I guess when the horse lays down the pumping force from the heart is enough to pump the blood back. Much less gravity to work against
cuechan
·2 mesi fa·discuss
I think they have a point. But the "QED" at the end leaves a cringe aftertaste
cuechan
·3 mesi fa·discuss
For anyone who regularly has to look at/analyze binary files, i highly recommend ImHex [1].

Its a hex editor built with imgui and has a lot of built in tools. Imo the best feature is the data structure editor. You can write a data type definition similar to C and it overlays it on the hexdump and parses it in a structured way while you type.

It also has a node based editor.

1: https://github.com/WerWolv/ImHex
cuechan
·4 mesi fa·discuss
I use syncthing to sync my notes between my PC and Laptop. It works pretty well.
cuechan
·5 mesi fa·discuss
> The compiler is an interesting artifact on its own [...]

its funny bacause by (most) definitions, it is not an artifact:

> a usually simple object (such as a tool or ornament) showing human workmanship or modification as distinguished from a natural object
cuechan
·6 mesi fa·discuss
With Firefox on Android it simply says

Deceptive site issue

This web page at [...] has been reported as a deceptive site and has been blocked based on your security preferences.

What's going on? I can't find any setting to disable this.
cuechan
·7 mesi fa·discuss
Is it possible to implement something similar but with a protocol that supports compression? Can we have a zip bomb but with a compressed http response that gets decompressed on the client? There are many protocols that support compression in some way.