HackerTrans
トップ新着トレンドコメント過去質問紹介求人

cuechan

no profile record

投稿

Deutsche Bahn blocks Linux users

heise.de
44 ポイント·投稿者 cuechan·2 か月前·3 コメント

Zed Editor Theme-Builder

zed.dev
274 ポイント·投稿者 cuechan·2 か月前·84 コメント

Debian's Challenge When Its Developers Drift Away

phoronix.com
69 ポイント·投稿者 cuechan·5 か月前·23 コメント

My best tricks from 13 years of losing weight

blinry.org
2 ポイント·投稿者 cuechan·6 か月前·0 コメント

Curse of Dimensionality

en.wikipedia.org
2 ポイント·投稿者 cuechan·7 か月前·0 コメント

コメント

cuechan
·先月·議論
> 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
·先月·議論
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
·先月·議論
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 か月前·議論
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 か月前·議論
I think they have a point. But the "QED" at the end leaves a cringe aftertaste
cuechan
·3 か月前·議論
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 か月前·議論
I use syncthing to sync my notes between my PC and Laptop. It works pretty well.
cuechan
·5 か月前·議論
> 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 か月前·議論
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 か月前·議論
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.