HN user

xanthine

997 karma
Posts60
Comments41
View on HN
www.theverge.com 2mo ago

Google is rolling out its redesigned Workspace app icons

xanthine
3pts2
addons.mozilla.org 4mo ago

Show HN: NoProcrast – A browser extension modeled on HN's noprocrast feature

xanthine
2pts0
www.pauldambra.com 6mo ago

You keep getting emails offering website help

xanthine
1pts0
purl.archive.org 1y ago

PURL Administration

xanthine
2pts1
developers.googleblog.com 1y ago

Open Source Pass Converter for Mobile Wallets

xanthine
2pts0
www.youtube.com 2y ago

Deconstructing the Xbox Security System [video]

xanthine
1pts0
luxagraf.net 2y ago

Replacing Autokey on Wayland

xanthine
2pts1
omnimotion.github.io 3y ago

Tracking Everything Everywhere All at Once

xanthine
5pts1
github.com 3y ago

C source file, that is also a valid shell script

xanthine
1pts1
leakuidatorplusteam.github.io 3y ago

Cache-Based Targeted Deanonymization Attacks

xanthine
2pts1
css-tricks.com 3y ago

Remove Unused CSS from a Site

xanthine
1pts0
github.com 3y ago

The Hacker's Choice: Cheatsheet

xanthine
3pts0
news.ycombinator.com 3y ago

Ask HN: What are some cool blogs that you follow?

xanthine
1pts1
wiki.debian.org 3y ago

Root exploits, just so that you can install Debian

xanthine
4pts0
github.com 3y ago

Cloak: Censorship Circumvention Tool

xanthine
148pts33
www.openbsd.org 3y ago

OpenBSD Release Songs

xanthine
2pts1
shark.fish 3y ago

How far does your curiosity take you?

xanthine
1pts0
news.ycombinator.com 4y ago

Ask HN: Books and other resources for Data Science

xanthine
6pts3
github.com 4y ago

A curated list of header-only C++ libraries

xanthine
2pts0
github.com 4y ago

PAM Duress – Alternate passwords for panic situations

xanthine
763pts343
wiki.gentoo.org 4y ago

Optimizing compiled code using safe, sane CFLAGS and CXXFLAGS

xanthine
4pts0
github.com 5y ago

Linux Kernel Parameters Documentation

xanthine
3pts0
github.com 5y ago

Autocannon – Fast HTTP/1.1 benchmarking tool

xanthine
1pts0
news.ycombinator.com 5y ago

Ask HN: How do you manage PGP/SSH key backups?

xanthine
2pts1
csapp.cs.cmu.edu 5y ago

CMU Computer Systems Labs

xanthine
4pts1
docs.microsoft.com 5y ago

Windows SysInternals Toolkit

xanthine
1pts0
a11y.coffee 5y ago

A11y Coffee – Web Accessibility Information

xanthine
2pts0
github.com 5y ago

ML Links and Lessons Learned

xanthine
1pts0
docs.steinwurf.com 5y ago

Coding Style – Steinwurf Technical Documentation

xanthine
1pts0
en.wikipedia.org 5y ago

Introduction to Algorithms

xanthine
1pts0

PURLs are persistent URLs, they provide permanent addresses for resources on the web. The PURL service is an initiative of the Internet Archive.

I have been using Fedora Sericea since it came out (it's basically Fedora Silverblue, but uses Sway-wm instead of Gnome-wm). The system is actually pretty usable, and you don't really need to reboot after each rpm-ostree install command (`rpm-ostree live-apply` takes care of it via systemd-based overlay).

It is indeed a bit too long. A few tips:

- Graphs of benchmark results would be neat to have. Remember to put the code and graphs as a sort of TL;DR in that blog post. - I skimmed the code; there's no clear instructions as to how I'd use it for my own projects. Perhaps work on a CMake / Autoconf config for a library build? - The repository itself might not have enough visibility due to being self hosted. While I do love self-hosting, maybe posting a read-only mirror on GitHub would bring in more exposure?

Back in the day, the demo-scene was rife with Easter eggs, often with a personal touch.

It always puts a smile on my face when I come across clever ones like this, even though that's becoming rarer these days. I guess that's due to concerns about 'hidden code' in commercial codebases, which third-party license holders might be skeptical about.

One thing that bugs me is that this article doesn't link to any of the original sources, nor provides any links to the photographer's website.

The photographer clearly states in her website that all of her photos are edited in some way or another (see 'Disclaimer'):

https://kittiyapawlowski.com/about-kittiya

Providing the originals would also make it trivial to pass it through https://fotoforensics.com/ to carry out a more robust detection of doctoring of the images.

With regards to differences with 'normal' Python, depending on WASM also means that despite having the same sys.get_int_max_str_digits() = 4300, my local Python can print out (2222*5555 + 5555*2222) in its entirety, while the browser based one can't.

Values that can be set via maxdigits in sys.set_int_max_str_digits(maxdigits) are also limited to size of int in C.

At school, I somehow talked myself into a dumb competition with my math geek about memorizing digits of pi.

I won, with 35 digits memorized (he gave up early; that's also around where the first '0' occurs in pi).

I don't miss any opportunities to test that I still remember them correctly, to this day. ;)

While I don't use Windows as my daily driver, I've let Windows Defender (or whatever they call the default these days) run on my Windows installations. It works pretty good (as long as you don't, like, actively download and run shady stuff from the Internet), and very likely consumes less resources than most commercial ones out there.