Readit News logoReadit News
jmnicolas commented on The Frontend Treadmill   polotek.net/posts/the-fro... · Posted by u/Kerrick
gtsop · 5 months ago
This is exactly why I am a huge fan of ember.js

Unfortunatelly it fell behind in popularity mostly due to some unimportant reasons (eg not being able to render 1M rows faster than react) and some important ones (load times), but boy did they build a stable ecosystem! I haven't seen such a commitment to stability and guardrail upgrades to this day on any other piece of front end library.

jmnicolas · 5 months ago
I'm thinking of building a long term living app (say an app that I will use the next 30 years).

It has to be a web app so I was thinking of going pure JS. With that requirements in mind would you recommend ember.js?

jmnicolas commented on Lua is so underrated   nflatrea.bearblog.dev/lua... · Posted by u/nflatrea
jmnicolas · 8 months ago
Meh. I don't get the love Lua gets on HN. At least version 5.1, I didn't try the others.

No first class support for OOP, you got to use tables instead.

No "continue" keyword to go to the next iteration of a loop. So you have to use some ugly elseif.

No try catch!

It's a dynamic language so everything goes. A function will return nil or a number or whatever you wish. A function can also returns any number of variables, so obviously some moron will abuse it: looking at you Blizzard intern (you must have been an intern right?) that thought returning 20 variables on the combat event log was a good idea. Ever heard of tables???

The LSP can't do miracles when there are almost no rules so auto-completion is more miss than hit, which is quite shocking in 2024. The IA is helpful sometimes but create subtle bugs some other times. A simple uncaught typo will create a hard to find bug (yesterday copilot auto-completed myObject.Id instead of myObject.id, there went 20 minutes of my life trying to find why some code that was running solidly for weeks was now failing silently).

So all in all, Lua is fine to write small imperative scripts of a few hundred loc. Anything bigger and more complex you should run away IMHO.

I never realized C# was such a well designed language until I tried Lua.

jmnicolas commented on The Dying Web   endler.dev/2024/the-dying... · Posted by u/qsantos
jmnicolas · a year ago
As a long time FF user (from v1) I just migrated to Brave for 2 reasons:

- I'm tired of FF sneakily pushing some telemetry / studies / "anonymous ads" whatever even though they already get bilions from Google

- Brave is better at dealing with gdpr popups and ads than FF + ublock

On the other hand, Brave is a joke at managing bookmarks.

I tried Librewolf last year but I had some problems with it (not sure what it was).

jmnicolas commented on M4 Mac Mini to Become Apple's Smallest Ever Computer with Complete Redesign   macrumors.com/2024/08/08/... · Posted by u/m463
alanwreath · a year ago
Not sure when it happened but there used to be a time when computer companies would continue to release new versions as faster products for the same price of the previous year (or cheaper!). Now it seems like they (Apple, Nvidia, etc) release new stuff at a slightly higher price and continue to sell the older stuff in tandem( and only sometimes at a lower price).

It is my hope that Apple doesn't continue selling the older (current) MacMini at a slight discount and then sell the new M4 at a slight increase.

Just. Sell. The. New. One. And. Don't. Increase. The. Price. You. Were. Already. Profiting. With. The. Previous. Iteration.

jmnicolas · a year ago
You're all going to buy it anyway, so why would they do anything differently?
jmnicolas commented on Tauri 2.0 Release Candidate   v2.tauri.app/blog/tauri-2... · Posted by u/martpie
kayson · a year ago
I've been following tauri for a bit. It seems very cool and interesting but I've always wondered - what are the use cases for putting your app in a webview instead of using the browser? Everything I've thought of would work just as well.
jmnicolas · a year ago
For example a reader app where you can't host everything on the server. My ebooks collection is 1TB big, and my videos are something like 20TB.
jmnicolas commented on Compared to other distros, Vanilla OS 2 'Orchid' is rewriting how Linux works   theregister.com/2024/07/3... · Posted by u/xlinux
ParetoOptimal · a year ago
Because the higher assurance of reproducibility and stability is a starting point that enables other things.

"50% power reliability is enough for anyone, I sometimes don't have to gather firewood"

Its hard to imagine never gathering firewood to heat your home in that reality.

All of this to say that you can make more assumptions and enable things that were not possible before with better reproducibility.

jmnicolas · a year ago
I get your point, but I'm more on the side of "let those enthusiasts get shocked and see in a few years if this electricity thing is really worth it".

I eschew complexity wherever practical. There's so much complexity in modern life, especially for tech people.

Right now mutable Linux is absolutely fine for me, but I'd like to thank all the people that are alpha testing some of the tech I'll adopt later ;)

jmnicolas commented on Compared to other distros, Vanilla OS 2 'Orchid' is rewriting how Linux works   theregister.com/2024/07/3... · Posted by u/xlinux
jmnicolas · a year ago
IMHO for personal workstations immutable distros are a solution in search of a problem.

In 3 years using Fedora (which hasn't a reputation for being a stable distro) I once had a bad kernel that prevented my Framework laptop from booting (solved by blacklisting said kernel). All my other Fedora machines were fine.

Why would I need an immutable distro if even Fedora is stable enough? Heck i could use Debian or a RHEL clone and never have to worry about stability.

jmnicolas commented on Just disconnect the internet   computer.rip/2024-07-31-j... · Posted by u/bathtub365
kreddor · a year ago
Denmark has something quite similar (Sundhedsdatanettet).
jmnicolas · a year ago
> Sundhedsdatanettet

What a tongue twister for non danish speaking people :D

jmnicolas commented on Just disconnect the internet   computer.rip/2024-07-31-j... · Posted by u/bathtub365
anticristi · a year ago
In Sweden, there is a private network (Sjunet) which is isolated from the Internet. It is used by healthcare providers. Its purpose is to make computers valuable communication devices (I love how the article points this out), but without exposing your hospital IT to the whole Internet. Members of Sjunet are expected to know their networks and keep tight controls on IT.

I guess Sjunet can be seen as an industry-wide air-gapped environment. I'd say it improves security, but at a smaller cost than each organization having its own air-gapped network with a huge allowlist.

jmnicolas · a year ago
No computers connected to the internet in Swedish hospitals?

If there are, a bridge could be made willingly or not. OFC it's more secure than everything on the internet.

jmnicolas commented on One-man SaaS, 9 Years In   blog.healthchecks.io/2024... · Posted by u/km
BigJ1211 · a year ago
I'm absolutely convinced that burnout is a function of spending time on things you loathe to do. Not how much time you spend on something you love doing.

Most people I know that actually work all-the-time, not self-proclaimed "I work X hour weeks people that say it to sound 'cool'" people. Never have a burnout.

Most of those people also go on extended vacations of say 5-7 weeks. But still work 2-3 hours every day.

Burnout seems much more common in the average worker that only works a 9-5.

jmnicolas · a year ago
Counter point: https://www.devas.life/burned-out/

The guy is clearly passionate about his app, probably too passionate.

u/jmnicolas

KarmaCake day4130December 23, 2013View Original