HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Narhem

no profile record

comments

Narhem
·2 anni fa·discuss
[dead]
Narhem
·2 anni fa·discuss
[flagged]
Narhem
·2 anni fa·discuss
[flagged]
Narhem
·2 anni fa·discuss
[flagged]
Narhem
·2 anni fa·discuss
[flagged]
Narhem
·2 anni fa·discuss
I’ve seen way too many of “scientists” and “researchers” try their own cures to various problems.

Always shocks me how relatively simple solutions can be with the proper background but none of those would reach mass market due regulatory issues.

Wonder what the policy would be if someone forced experimental medicine on someone without permission. How much do you think the patient should be allowed to sue for?
Narhem
·2 anni fa·discuss
It’s relatively simple to detect crawlers writing one from scratch could take a few weeks if the infrastructure was in place.

With salaries though finding an externally managed solution might be cheaper.
Narhem
·2 anni fa·discuss
The packaging for the Vita was as close as you can get to perfect. i check the prices for Vitas every now and then.

Reminded me of Star Trek tricorders growing up. Especially with location based games which worked without GPS. Neet programming hacks was the coolest part of playing with embedded electronics.
Narhem
·2 anni fa·discuss
HTTP errors aren’t the most readable, although traditional database errors aren’t too readable most of the time.
Narhem
·2 anni fa·discuss
[flagged]
Narhem
·2 anni fa·discuss
[flagged]
Narhem
·2 anni fa·discuss
[flagged]
Narhem
·2 anni fa·discuss
[flagged]
Narhem
·2 anni fa·discuss
I know there are other libraries which offer similar features (alpine.js), but none are as simple and focused as HTMX.

It seems like such an elegant solution I’m surprised more people haven’t started using it. It just works.
Narhem
·2 anni fa·discuss
Tell that to the people who downvote me which seems unprofessional as hell.

If I want to learn .Net which is more time consuming and more difficult to find employees why would I use it? Makes sense if you are in an area with a lot of windows people, but that’s not the case anywhere other than Texas.

And the compiler enforce typing. Admittedly not as nice as Go since you have to rely on external tools but workable.

People like their curly brackets though. Just not as helpful when dealing with system problems.
Narhem
·2 anni fa·discuss
Python offers typing with static compiling. .Net doesn’t really match with startup culture.

I’m on the fence about Go, but maybe that’s my preference to having classes.

But yeah I’m the general case if I was an investor I’d be more careful with purely Python based startups.
Narhem
·2 anni fa·discuss
Disagree, I’m so disappointed in companies who do sprint type development refusing to use Python. It works well with the “Silicon Valley startup ecosystem”.

That being said, as far as workplace differences I’d say Java shops would be the ideal, slower, less long term problems but so much more initial investment.
Narhem
·2 anni fa·discuss
I feel like as a scripting language Python excels. Glad to have this PEP, but it would be more pythonic have except be optional.

The reason I pick up Python for projects is because it grows with the application; opportunities to add typing etc. Who knows maybe in a few years Python will enforce all the types and it will be as verbose as Java. Personally I’d like to see how they handle declaring a method or function throws exceptions.

Pretty narly we have compiled Python apps with poetry, it’s starting to punch out of its weight class.
Narhem
·2 anni fa·discuss
A common use case of HTMX is sending fragments when scrolling.

Since http/3 uses udp to send the fragments, duplicate packet information doesn’t have to be sent.

Kind of funny the newer protocol effectively works in the opposite direction of GraphQl.
Narhem
·2 anni fa·discuss
http/3 seems to be an excellent opportunity to optimize HTMX or any of the libraries which leverage HTML fragments like JSX. The obvious advantage of http/3 is for gaming.

The servers which run the frameworks have to http/3. In most cases the advantages should be transparent to the developers.