Viewing profile — okso
okso
HN member- Joined
- Fri, May 17, 2013, 8:19 AM UTC
- HN karma
- 397
- Public activity
- 93 items
- HN profile
- View on Hacker News ↗
About okso
No profile information was provided.
Recent public activity
-
comment
Comment #48710753
Found about this new window compositor on Phoronix, could be a revolution in the field. Project site: https://nourish.snowies.com/ GitHub: https://github.com/y5-snowies/nourish
- story
-
comment
Comment #48270412
The Mullbad Browser? https://mullvad.net/en/browser
-
comment
Comment #47290876
LLMs are getting very good at packaging software using Nix.
-
comment
Comment #42445392
Would a transparent OLED display not provide a better visual quality ?
-
comment
Comment #42388669
macOS only (uses Apple Vision framework)
-
comment
Comment #41954075
I am using GrapheneOS. GrapheneOS has a compatibility layer providing the option to install and use the official releases of Google Play in the standard app sandbox. See https://gr…
-
comment
Comment #41954056
Not sure anymore since I removed them, it may have been BlaBlaCar and/or Tricount.
-
comment
Comment #41932371
I am dreaming of an open-source app that adds Wireguard capabilities to NetGuard or vice-versa. Having to switch from one to the other is very annoying.
-
comment
Comment #41932363
Installing NetGuard was revelation regarding the amount of tracking in most Android apps. You can configure it to block access by default and notify you every time an app attempts …
-
comment
Comment #41005783
F-Droid only packages open-source software and rebuilds it from source, while installing from Accrescent would move all trust to the developer, even if the license changes to propr…
-
comment
Comment #41005744
Link: https://github.com/soupslurpr/Transcribro/issues/9
-
comment
Comment #41005601
They should reword it as "That’s the average time it takes a broken automatic upgrade to land and deploy through your network. When your data, reputation, and revenue are at stake,…
-
comment
Comment #40832159
Finally a voice recognition keyboard that works well on Android and offline! I just tested it and the quality in English at least is great. Too bad that the license is not open-sou…
-
comment
Comment #40515540
Does anyone else feel uneasy about the idea of children having to curb their behavior because they know they're being constantly monitored by their parents? This product concerns m…
-
comment
Comment #40480392
You may be interested in the type matching provided by Pydantic. It is a handy way to avoid writing `match-case` expressions. ``` >>> from pydantic import BaseModel >>> from typing…
-
comment
Comment #39704249
Don't underestimate the value of having lots of social time with classmates.
-
comment
Comment #39679042
Apple keeps a strong control nevertheless, as detailed in the page "Getting ready for Web Distribution in the EU." > Apps offered through Web Distribution must meet Notarization re…
-
comment
Comment #36922601
> "set up our own virtual server inside Mozilla’s existing Google Cloud Platform (GCP) account. In doing so, we effectively committed to doing MLOps ourselves. But we could also mo…
-
comment
Comment #36406721
I am curious about the technical reasons motivating the requirement to login with a Mullvad account number while already using Mullvad VPN to reach Mullvad Leta. The Mullvad websit…
-
comment
Comment #34526341
Combining this with IPFS could be pretty interesting
-
comment
Comment #34172599
RISC-V might change the game soon with chips such as the Boufallo Lab BL616/BL618 RISC-V MCU. > Boufallo Lab BL616/BL618 is a 32-bit RISC-V wireless microcontroller with support fo…
-
comment
Comment #34172562
WireGuard supports TCP and UDP directly, which allows securing MQTT or AMQP directly without adding an extra layer of HTTP/QUIC. Certification also works differently: TLS (and Open…
-
comment
Comment #33912151
> The mypyc implementation and documentation live in the mypyc subdirectory of the mypy repository. > Since mypyc uses mypy for type checking, it's convenient to use a single repos…
-
comment
Comment #33809406
Django does this by storing the state in the database, starting the main Django in a thread that can be restarted on code change [1] ; It does not keep the state in memory. https:/…