Oh nice!
HN user
tqh
I don't have a reddit account, but that is pretty much what etcd was built to do. IIRC it was built for CoreOS to handle lots of linux machines. Later Kubernetes started using it for its metadata storage. It is as a distributed key-value store with clients which can map parts to filesystem, or do pub-sub.
Mostly "Please understand that I’m publishing this for transparency, not to brag about making so much or complain about not making enough." and such.
As written in the article talking salaries in Sweden is avoided, so there are probably many offers in that range. The recommendation is for Sweden in general though, not Stockholm. It is for any kind of engineer, where IT is above average.
It is not. If you studied three years at University you should ask for at least 35 300 kr a month before taxes. If you worked for five years you should earn a lot more. See https://www.sverigesingenjorer.se/lon/lonestatistik/ingangsl...
So donate more...
IIRC HVIF is designed to render in one pass as well targeting to be both small and fast. It also use non-standard floating point, to be even more compact. And has more than two level of details. So guessing HVIF is a lot better except for tooling outside Haiku :)
Here is an article from 2006 about HVIF: https://www.haiku-os.org/news/2006-11-06_icon_facts/
This might be outdated info:
* Two different Prestos, prestodb and prestosql for maximum confusion. (I think one renamed)
* Making Controller highly available by default is hard
* Autoscaling workers is not simple
* Code very dependent on its own webframework that tries to do everything and lacks docs.
* Resource planner for multiple queries is lacking
* Worker configuration takes a lot of skill
All of these could be solved, but in most cases you can find other solutions where you get a simpler set of problems.ARM port is dead, long live the ARM64 port :)
I think so, since v2 and v3 are two different things they made a mess of things. It should have been two different specs. Continuing with docker-compose name is just bad, release any improvements in a clean spec.
I think it became the Mozilla web browser. Later Phoenix was created from Mozilla. Phoenix was renamed to Firebird. Firebird was renamed to Firefox.
All of them had NSPR which was the Netscape Portable Runtime.
"Users on Ubuntu 20.04 LTS (Focal) can take advantage of additional optimizations found on newer ARM-based processors. The large-system extensions (LSE) are enabled by using the included libc6-lse package, which can result in orders of magnitude performance improvements." From https://ubuntu.com/blog/ubuntu-aws-graviton2
As a Swede I think it is important to remember that Sweden is quite sparsely populated.
Another benefit is it removes a lot of otherwise unneccessary imports.
I think var should be used anywhere where the righthand-side expression is clear. Compare var str = new String(); to var waat = HERE.be().dragons("purple");
And with Spring-like classes like 'StaticFactoryBananaMakerBuilder', declaring the class makes it less readable.
Haiku has it own set of API's, that is a bit different than other platforms (message passing, multi-threaded). The UI API's is defined in the Interface Kit. See https://www.haiku-os.org/docs/api/
Here is the code for the Magnify App in Haiku: https://github.com/haiku/haiku/blob/master/src/apps/magnify/...
The style is not just for visual purposes: Stacking and tiling is a hidden gem: https://www.youtube.com/watch?v=4Y-6YmGd30A
Since everyone is so interested in Sweden, SVT has some nice graphs: https://www.svt.se/datajournalistik/the-spread-of-the-corona...
Foundation DB might fit the bill: https://www.foundationdb.org/
Such a shame they removed all the docs about porting to new platforms long ago.
We only have plans for a desktop OS.
Half of them are BeOS screenshots, which doesn't seem to have subpixel or anti-alias..
Would be nice to see some MS projects become open source if they are serious. Edge?
Writing good software is hard I guess :)
No mention of IP v6 at all in the post but luckily they did better on their docs at https://1.1.1.1/ It is 2018, IP v4 isn't really something you should use other than as a fallback.
"For IPv6: 2606:4700:4700::1111,2606:4700:4700::1001"
I was hoping for a Ryzen version.
A Nexus One with modern specs.
I wrote this: https://github.com/tqh/efi-example It's using the linker script and headers from GNU-EFI. Also check Zircon bootloader https://github.com/fuchsia-mirror/zircon/tree/master/bootloa... It is Googles UEFI loader that works on x86-64 and arm-64. It's quite new, and has it's own linker script.
Firefox development process is so bad/slow. New features will take ages to appear. Mercury, Bugzilla are old relics and the review process is from the 90's and very strange. I think that is one of the reasons they copied functions to XPCOM instead of fixing them in NSPR. It was easier to add new stuff than get a review to fix existing code.
Amazon TimeSync is probably a lot more than NTP as well. It must be part of XEN/hw as it is not yet available on the Nitro based instances. That it provide's an NTP endpoint is just the top of the cake...
After Ghost in the Shell i don't watch remakes in cinema. I'll watch it when it comes to Netflix.
I can't see where that was written. Only that malicious users may read past the end.