More kids toys: Cyberquad for Kids
https://shop.tesla.com/product/cyberquad-for-kids?sku=171474...
HN user
More kids toys: Cyberquad for Kids
https://shop.tesla.com/product/cyberquad-for-kids?sku=171474...
Also easy to see why Ctrl-D works for exiting sessions.
The video from the presentation on this: https://youtu.be/tdx9leN2kBg?si=uYa7xsOvpoonjaxB
This was part of the MySQL Belgian Days that was organized in the days before FOSDEM.
There you go. It’s 5PM. It’s always 5PM.
That reminded me of the Go Playground, where it is always 2009
Yes, TiDB has columnar data and also Vector support. All open source and MySQL compatible.
Good time to consider TiDB or MariaDB.
Anything new? A new release?
/proc is only copied (and extended) by Linux. It was introduced in UNIX V8. It is also in Solaris and FreeBSD.
Things that I noticed are not yet there in this version: /proc, uptime, uname
Things that are working: `cal 2026`, coredumps
Things that might be broken or aren't working as expected: ps (only returns "No mem")
And utmp is in /tmp?
And no /usr/sbin or /sbin? And nothing in /usr/local?
The messages from `write root` are only in uppercase.
Maybe `pv` with the `--rate-limit` option can be used for the buffer problems?
Other databases written in Go:
- TiDB by PingCAP
- Vitess by PlanetScale
Both are basically only the SQL part as TiDB uses TiKV (written in Rust) and Vitess uses MySQL.
For those who want to implement a database in Go but without having to implement a network protocol there is go-mysql, which allows you to do this: https://github.com/go-mysql-org/go-mysql/blob/master/cmd/go-... As demonstration I created a networked SQLite: https://github.com/dveeden/go-mysql-examples/blob/main/go-my...
Both TiDB and Vitess have parsers that can be used outside standalone. So if you only want to implement your own on disk format, this can help.
Note that I'm working for PingCAP on TiDB and I'm also a co-maintainer for go-mysql.
Wasn't something like HOMA already tried with SCTP?
With a addon this is much more usable, not sure why there isn't a selection-to-text-fragment-link functionality builtin to Firefox...(same for other browsers?)
VALIDITY_DAYS="3650"
I'd rather see something with 90 days and ACME. Note sure why there isn't a simple certificate management tool that does this and maybe even brings a simple UI?
The uname output looks more like the content of /etc/os-release on modern Linux distros and FreeBSD than the output of uname on Linux or FreeBSD.
https://freakonomics.com/podcast/top-level-domains/ is a podcast that talks about the economics of TLDs like ".io".
Impact: Eindhoven international airport, DigiD (government SSO), C2000/P2000 emergency services communication, and more
The good thing here is that other databases like MySQL, TiDB, SQLite etc also support this. so this. And even recursive CTEs are well supported.
https://modern-sql.com/caniuse/with_(non-recursive,_top_leve...
What 32-bit systems are being used today? Is this on ARM or x86? or is it just running 32-bit software on x86-64/AMD64?
I think slightly more elaborate answers would benefit the person asking for this info. Maybe include the PostgreSQL version, system memory and a short description of your application.
So eBPF is giving us eBFP (enhanced Blue Friday Protection)?
Any PDF, screenshot or otherwise accessible version of this?
Back in the the day it was possible to boot Sun Solaris over HTTP. This was called wanboot. This article reminded me of that.
This was basically an option of the OpenBoot PROM firmware of the SPARC machines.
It looked like this (ok is the forth prompt of the firmware):
ok setenv network-boot-arguments dhcp,hostname=myclient,file=https://192.168.1.1/cgi-bin/wanboot-cgi
ok boot net
This doesn't only load the initramfs over the (inter)network but also the kernel.https://docs.oracle.com/cd/E26505_01/html/E28037/wanboottask...
https://docs.oracle.com/cd/E19253-01/821-0439/wanboottasks2-...
Where is POSIX actually useful today?
Is it mostly for shell scripts? Aren't people targetting bash or basic bourne shell features intead of posix? Is shellcheck checking for best practices instead of POSIX compliance?
And for other applications (GUI, servers, etc) strict POSIX compliance might be too restrictive?
And with many things being Linux (or Linux-like like WSL) the need for this might be less?
Are Android and/or iOS fully POSIX compliant?
Any good blog or presentation describing the current state of POSIX?
From 5 days ago: https://news.ycombinator.com/item?id=40396376
I misread the title as "Comic rays..."
The generated files libntlm-1.8.tar.gz and libntlm-1.8.tar.gz.sig are published
Shouldn't we make browsers and (lib)curl understand this and automatically verify signatures? Maybe with some PKI or TOFU?
This is somewhat similar to TiAdvisor for TiDB, which also uses a hypothetical method.
https://www.pingcap.com/blog/introducing-tiadvisor-automated...
The viewer for geospatial data is much better than most other GUI clients (and CLI clients are often not very useful for geospatial data).