Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
shatsky
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
shatsky
5mo ago
SDL3 can handle both Wayland and X11: https://news.ycombinator.com/item?id=47790895
2.
▲
by
shatsky
5mo ago
Window transparency is available on all major platforms, and there are cross platform libs which support it, such as SDL3: https://wiki.libsdl.org/SDL3/SDL_WINDOW_TRANSPARENT (for rendering, making underlying windows v
3.
▲
by
shatsky
6mo ago
Strange that article does not mention that Euro-Office fork has been created because OnlyOffice has Russian origins. I feel bad for Russian devs who tried to build great free software while staying in Russia, hope they will be given options
4.
▲
by
shatsky
7mo ago
Does this mean Google just forked it to develop proprietary XR runtime and doesn't contribute back?
5.
▲
by
shatsky
7mo ago
https://github.com/shatsky/lightning-image-viewer Tiny desktop (pre)viewer which displays image in transparent overlay without any UI, allowing to look into specific image detail with single hand move (zoom with scroll
6.
▲
by
shatsky
8mo ago
Vibes of sunset of beautiful architecture. "It shouldn't be beautiful it's just a tool it should be practical, if it steals your attention [from some tiktok brainrot] to admire it it's not good thing". Can't sa
7.
▲
by
shatsky
8mo ago
I don't know much about node but cargo has lock file with hashes which prevents dep substitution unless dev decide to update lock file. Updating lock file has same risks as initial decision to depend on deps.
8.
▲
by
shatsky
8mo ago
I believe NixOS-like "build time binding" is the answer. Especially with Rust "if it compiles, it works". Software shares code in form of libraries, but any set of installed software built against some concrete version o
9.
▲
by
shatsky
8mo ago
It does support dynamic libs, but virtually all important Rust software seems to be written without any consideration for it.
10.
▲
by
shatsky
8mo ago
And yet Rust ecosystem practically killed runtime library sharing, didn't it? With this mentality that every program is not a building block of larger system to be used by maintainers but a final product, and is statically linked with
11.
▲
Show HN: Lightning Image Viewer – overlay, map-like controls, toggling, image-rs
(github.com)
5 points
by
shatsky
9mo ago
|
0 comments
12.
▲
by
shatsky
10mo ago
No, transcription has nothing to do with written text, it guessed few words here and there but not even general topic. That's doctors note about patient visit, beginning with "Прием: состояние удовл., t*, но кашель / patient
13.
▲
by
shatsky
1y ago
Will look into that again. If you're right about unevictability of these pages, what is the mechanism which causes sudden extreme degradation of performance when system is almost out of memory due to some app gradually consuming it, fr
14.
▲
by
shatsky
1y ago
Author pushes abstract idea about "page reclamation" in front of ideas of performance, reliability and controllable service degradation which people actually want; because author believes that it is the one and only solution to th
15.
▲
by
shatsky
1y ago
Fun fact: EXIF is simultaneously JPEG format (EXIF spec describes compressed image file format which is based on JIF, the base JPEG file format described in JPEG spec, also EXIF is for "EXchangeable Image File format", suggesting
16.
▲
by
shatsky
2y ago
Yoshkar-Ola itself is a forgery, just google for its photos and name of that embankment street (no offence, just kidding, I even kinda like it, hope they didn't destroy some valuable authentic architecture to build it).
17.
▲
by
shatsky
2y ago
Repairing it is as easy as rebooting and selecting last generation which worked.
18.
▲
by
shatsky
2y ago
>hopefully converges onto the same working state >Saying it’s just about integrity is like saying docker images are just about integrity >atomic units of deployment, the ability to run the same thing in prod as you do in dev In my
19.
▲
by
shatsky
2y ago
>make drift from the original config impossible NixOS makes that too, its whole "system output path closure" is as immutable as every single store unit within it. But NixOS "reuses" units which are unaffected by NixOS
20.
▲
by
shatsky
2y ago
Another opinion: immutability is required to guarantee software integrity, but there is no need to make whole system or "apps" immutable units. NixOS also consists of "immutable units", but its "granularity" is
21.
▲
by
shatsky
2y ago
Maybe it was just a poorly prepared humorous performance referencing Monty Hall problem?
22.
▲
by
shatsky
2y ago
Cardboard is still here, YouTube app can play VR videos via it, Chrome for Android provides WebXR support via it, it's 3DoF only, but main usecase for phone VR is VR stereoscopic video which is 3DoF anyway. Daydream was attempt to crea
23.
▲
by
shatsky
2y ago
Looks like a chance to finally have modern standalone HMD with unlocked bootloader. Meta and ByteDance ones are locked down and full of spyware
24.
▲
by
shatsky
2y ago
This seems to be about possibility to enable Vulkan in any guest OS for which virtio-gpu guest driver will be developed. For Windows https://github.com/virtio-win/kvm-guest-drivers-windows/pull... is being develop
25.
▲
by
shatsky
2y ago
Is suspend-to-ram something that often doesn't work on laptops with Linux, really? I used it on dozens and saw problems maybe once or twice. Though I usually pick ones which are 3+ years old.
26.
▲
by
shatsky
2y ago
"As easy as in desktop" not going to happen anytime soon. Phone "bootloader firmwares" lack full description of phone hardware in stardartized form like PC ACPI does, expecting customized OS kernel to know the phone it&#
27.
▲
by
shatsky
2y ago
Not a VR expert, but it seems to be about same thing for OpenXR+Vulkan as A-frame is for WebXR+WebGL. Minimalist 3D engine with simple API wrapping much more complex lower level APIs, "reducing number of things which can be done in exc
28.
▲
by
shatsky
2y ago
It's sad that there's no support for lossy compressed images. People copypaste images a lot without intention to change them, and each time it's JPEG source the compression is lost but artifacts are preserved, and more artifa