HN user

dragonshed

439 karma
Posts1
Comments144
View on HN

To piggyback on what PaulDavisThe1st said.

Record numbers of US citizens seeking to relocate to Canada & the UK. In the last couple months I remember seeing several news stories variously about Doctors, Professors and students applying and/or relocating.

Layoffs in the tech sector haven't slowed at all, and couple that with the DOGE Govt layoffs and the recent jobs numbers stories.

I feel quite certain that if the U.S. is actually measured "at #1" for anything good, it won't retain it much longer.

Bias Disclaimer: I'm a former software engineer working an hourly labor job.

You are not alone. I'm also just shy of 2 decades of experience, and have had extreme difficulty.

My last salary was as a contractor for a 10 month project, which ended Dec 2019. Then came a divorce, the covid lockdown, and a horrendously difficult bout with depression.

I've moved back home, and have been looking for work in earnest for the last two years. I've finally had some nibbles with freelance, but interviews for salary positions are still few and far between, and even then solid, successful interviews have not gone in my favor.

For comparison, in 2013 I was poached after a recruiter saw my linkedin profile, and given an offer I couldn't pass up.

Wow, I haven't seen anything regarding Forth since the last time I was using an old PowerMac as a daily driver. The openboot firmware for those old macs was a forth interpreter.

For me, by far the most impactful is: The logistics planning software used by a major sports league in the US. The package I worked on allowed management to comb through a full season schedule, fine-tune a myriad of different associated weights, and push it through a specialized simulated annealing program to yield the schedule for every player, referee, etc for the season. The league went from manually producing perhaps 2 to 3 full schedules a season, then having to almost immediately scramble to handle exceptions, to producing hundreds.

Twenty years between various agencies and contract terms, I've worked countless projects, and the ones which improved business processes, where end users lives were made much easier, were the most rewarding. Conversely, most of the 'fun' projects were almost immediately obviated (I'm looking at you, Silverlight).

[Layman, but I've read up quite a bit on thorium and molten salt reactor designs]

The 1959 Sodium Reactor experiment was to demonstrate the feasibility of a sodium-cooled reactor as the heat source for a commercial power reactor to produce electricity. It used fuel rods similar to rods used in reactors in operation today.

Conversely the The Molten Salt Reactor experiment[1] used uranium fuel dissolved into a salt as both fuel and coolant for the reactor - this design enables significant advantages over traditional reactors powered by solid fuel.

[1] https://en.wikipedia.org/wiki/Molten-Salt_Reactor_Experiment

I’ve had similar backend projects where I setup a reverse-proxy to a backend, along with the frontend dev server, to allow the full site and api to run in the browser from local host.

It’s not the most graceful setup, but it works if your backend build isn’t as flexible as you need.

ClearCase was expensive, unless you pirated it.

As far as other opensource go to solutions, CVS and SVN, branching in them was nontrivial. Many folks preferred zipped folders to using CVS/SVN.

I do exactly this - I budget for 2 simultaneous streaming subs and then just cancel one and resub another when I get bored or want to watch something on a diff service.

Tangentially, I still prefer Netflix solely based on viewing experience for web and mobile. The other services all have super awkward tradeoffs or issues.

Suspensors aren't really used for thrust, but as a way to augment or nullify the effect of gravity on an object.

In the books, the kernel of fictional science used for multiple effects, including suspensors which is what the Baron uses, is called the Holtzman Effect [1]. The movie doesn't mention it at all, but the depictions of suspensors with all the massive vehicles, as well as floating furniture, glow globes, etc, are all consistent with how the books describe them.

[1] https://dune.fandom.com/wiki/Holtzman_Effect

I wonder why the rewrite doesn't have music.

The original js13k game implemented a small sonant-x player for the audio, both sound fx and music.

Windows 96 5 years ago

Mobile devices needed a new kind of UI, something suitable for small touch screens. People tried things...

Exactly this.

The flat "Metro" UI style was initially modeled and developed on Windows Phone 7, and for what it did, it was (imho) a great way to use a phone.

Then the rest of microsoft took what that group was doing and made it one-size-fits-all UI for everything windows.

The behavior and aesthetics of this site reminds me of designs of artists who typically design for print. Fully constrained width, zero use of content reflow, yet theres a 'finished' look to the design (multiple columns, alternating figure placement).

Definitely not the only one. Capitalization matters. For me, the mental transposition is less likely with 'SciPy' than with 'Scipy'

On multiple projects I've used a tool [1] to closely match a built-in font to a web font in order to present content faster and avoid avoid FOUC (Flash of Unstyled Content/Text). In one case, I replaced webfonts entirely with native platform fonts, purely for speed.

With this approach you can be more practical with your goals. If the design cannot be compromised, you can still get to initial paint quickly and let the WOFF files load in as needed.

Edit: If anyone is looking for more information about this, the post [2] from this tool's author from 2016 does a good job of discussing the tradeoffs.

[1] https://github.com/notwaldorf/font-style-matcher

[2] https://meowni.ca/posts/web-fonts/