Happy to share your AGENTS.md?
HN user
vlasky
Computer Systems Engineer
It's alive and well!
For desktop PCs, Rymdport (formerly wormhole-gui) may be suitable. It's cross-platform with pre-built binaries for FreeBSD, Linux, macOS and Windows on x86-64 and arm64:
Wormhole William is available for Android devices:
https://play.google.com/store/apps/details?id=io.sanford.wor...
I'm the defacto maintainer of the Meteor MySQL integration. Since 2015, I've been involved in the design and maintenance of six different Meteor webapps for real-time geospatial applications built for B2B and B2C.
Given this, I reject your assertion that Meteor is limited to MongoDB and "toy apps".
Meteor is alive and well and actively maintained. It just doesn't get attention for some reason. Version 3.3.1 was released 4 days ago.
But does our universe obey Popek and Goldberg's virtualization requirements?
Base rate fallacy is a key part of many erroneous human decisions or judgements. This could easily be taught in high schools:
Maybe "tragicomic" would be a better word.
It's not "strictly illegal" in Australia. Our anti-discrimination bodies across the country frequently grant exemptions to employers allowing sex-based or race-based discrimination in favour of certain groups (e.g. women, Aboriginal or Torres Strait Islander people), in order to "improve access to specific jobs, programs or services".
Here is a list of the current exemptions in NSW:
https://antidiscrimination.nsw.gov.au/organisations-and-comm...
I can also suggest Morefine. I bought a couple of AMD Ryzen 5900HX mini PCs from them:
I'm Aussie and I can't believe this Sun Cable project is being taken seriously by our government.
The longest submarine power cable in the world - the Viking Link - is a mere 756 km long and cost US$2.2bn to build. Sun Cable calls for a 4,200km submarine cable to be built!
I do not expect the construction cost to scale linearly and I shudder to imagine the maintenance difficulties and expenses.
Back in December 2015, Australia's 290km long undersea Basslink cable broke causing the 2016 Tasmanian energy crisis. It took 6 months to get it working again. Basslink eventually went into receivership on 12 November 2021.
Something to ponder.
ngxtop is also very useful for providing real-time metrics:
I'll never forget Bob Newhart's heartfelt eulogy for Krusty the Clown. It was better than some real life ones I heard!
I wouldn't want to see this sort of post everyday, but I thought it was an interesting forensic exercise - kind of like carbon dating.
Just for fun, I used ChatGPT 4o to answer the question. It reckoned 1997.
I'm surprised that you can't configure the pace or pitch of the voices. The Web Speech API, around for a long time, has that capability. I'd also love to have the option of Australian and British accents.
This software mitigation technique for Rowhammer could also be useful for improving the reliability of programs running on microcontrollers in high radiation environments, e.g. satellite in Earth orbit.
By maximising the Hamming distance between binary values used in enumerations (enum variables) and boolean variables, one could detect if the code has entered an invalid execution path and then trigger a watchdog reset, e.g. an else statement or a switch statement with a fall through case that would not normally be reachable.
How long does a kernel recompile take?
You've hit the nail right on the head.
In the late 19th century, New Zealand raised one of the greatest scientists of all time - Ernest Rutherford, a pioneer of atomic and nuclear physics, who was awarded the Nobel Prize in Chemistry in 1908. He is often referred to as "the greatest experimentalist since Michael Faraday".
Now New Zealand is introducing a new science curriculum that has no mention of physics or chemistry! Only last year the NZ government made Maori mythology part of science education.
I see this as another indicator of New Zealand's continued evolution into an impoverished agrarian backwater where social justice ideology is worshipped as the state religion.
I'm Aussie and am fond of New Zealand. It's our next-door neighbour. I enjoyed my brief visits there and found it to be a beautiful country with many good people. Unfortunately, their isolation and naïve idealism has made them complacent as hell about their economic future and their civil liberties.
We face similar regressive forces here in Australia, but I feel they've taken a far stronger hold in New Zealand. My heart breaks.
I wonder how difficult it would be to enhance Redis to support FIFO with Lazy Promotion and Quick Demotion.
I am from Australia - a country with very high labour costs. Some years back, I trialed outsourcing programming tasks to developers based in India, only to consistently receive shockingly bad quality work. Over the years, I have also helped clients fix up shoddy work written by such developers.
I will never forgot the moment I encountered this MySQL query from hell that brought a customer-facing webapp to its knees:
select oldurl, newurl, id, dateadd from jos_sh404sef_urls where newurl <> "" AND oldurl not like '%vmchk%' AND newurl not like '%format=feed%' AND newurl not like '%format=pdf%' AND newurl not like '%print=1%' AND oldurl not like '%__404__%' AND ( soundex(oldurl) = soundex('not_found') OR oldurl like '%not%' OR oldurl like '%found%') GROUP BY oldurl limit 500;
Other developers I have engaged from other places, especially ex-Soviet countries, were far more competent and seemed to care about a job well done.In my view, the Indian government needs to encourage its industry and educational institutions to study the teachings of W. Edwards Deming to instill a culture of quality. Back in the 1950s, Japan was ridiculed for the quality of its manufactured goods and within a decade after embracing Deming's advice, they became known for their excellence. Perhaps India can also experience such a renaissance.
I remember I could play 128kbit MP3s in full quality using mpg123 running under Windows for Workgroups 3.11 ONLY when I overclocked my 486DX4-100 to 120Mhz.
There is also a MySQL integration with Meteor.
I'm the defacto maintainer of this package and the Node.js package mysql-live-select.
These implement pub/sub and reactive queries using the MySQL binary log as the event source:
This also works in MySQL 8.0.19 and above but the syntax of the CTE example needs to be tweaked to use the ROW() constructor:
WITH countries (code, name) AS (
SELECT * FROM (VALUES
ROW('us', 'United States'),
ROW('fr', 'France'),
ROW('in', 'India')
) AS codes
)
SELECT data.code, name FROM data LEFT JOIN countries.code = data.code;To all programmers here, the TZ=:<zonefile> syntax is currently unsupported in the icu library (International Components for Unicode):
https://unicode-org.atlassian.net/browse/ICU-13694
https://github.com/unicode-org/icu/pull/2213
This affects all packages that have icu as a dependency, one of them being Node.js.
https://github.com/nodejs/node/issues/37271
I discovered this the hard way when some code malfunctioned shortly after daylight savings time kicked in.
I'm the defacto maintainer of the Meteor MySQL integration and the Node.js package mysql-live-select.
These implement pub/sub and reactive queries using the MySQL binary log as the event source:
Just curious - whereabouts in Europe have you lived and in your opinion, what are the best places for an Aussie expat?
Jack Smythe returns to visit his brother in "Utopia" - a future Australia where citizens are under constant government surveillance.
Privileges are awarded and revoked via a social credit system. The only place where people can speak freely is in the bathroom of their homes.
Citizens of Utopia snitch on each other with their smartphones in exchange for a 10% commission on fines imposed by the government.
A timely and chilling warning of the future that could await us. The road to tyranny will be paved by many incremental changes, each barely noticeable on its own, but devastating as a whole.
Starring Will Gabriel as Jack Smythe.
Runtime: 15 minutes
Meteor is alive and well! Since 2015, I have been relying on it to implement a number of SaaS solutions involving real-time location tracking.
In 2016, Meteor 1.3 implemented full support for the NPM ecosystem. As a result, people switched to using NPM packages directly (where possible) instead of older Atmosphere packages.
This common misconception of outdated dependencies may be the result of non-Meteor users browsing the atmosphere website and seeing many old packages.
TokuDB is a great storage engine! Online DDL and fast compression are a winning combo. We use it for all our big MySQL tables. It is still available in MySQL 8.0.
I really wish Percona would reconsider their decision to deprecate it.
After Percona took over TokuDB's creator TokuTek, they wasted so much of their development time and money on TokuMX (Percona's fractal tree-enabled MongoDB server) only to abandon it in 2017.
That money would have been better spent on TokuDB development to allow it to match the features present in InnoDB like generated columns, spatial indexing, fulltext Indexes and Galera.
TokuDB still has many users and MyRocks is just no substitute.