Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
fiedzia
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
fiedzia
3mo ago
I almost suspect Ubuntu paid for this blog. I imagine it showing this in an ad, adding "or use Linux, which just works" at the end.
2.
▲
by
fiedzia
3mo ago
There is a reason we use React today - if you want dynamic and complex site, HTML is PITA to work with. Either you reload everything on any change (not good), or end up with a maze of partial reloads in event handlers (not good either). It
3.
▲
by
fiedzia
3mo ago
Also Eddie Izzard shows how it really looks like: https://youtu.be/TKQzqwn-jIM?si=Ad_ZMhFr4As6H0lr
4.
▲
by
fiedzia
3mo ago
I guess there might be Bobby 'insert into EMPLOYEES...' tables somewhere.
5.
▲
by
fiedzia
3mo ago
I like to pause movies when some code is shown and see what it is. Apparently you can break into pentagon by knowing basic sql and high-level employees have alternate life writing tcp implementations and graphics libraries.
6.
▲
The case for memory safe desktop Linux distribution
(fiedzia.blogspot.com)
3 points
by
fiedzia
4mo ago
|
0 comments
7.
▲
by
fiedzia
4mo ago
I am not sure RAM/fuel prices have much impact here. I have a phone that's about to get 3 generations behind latest one and comparing them side by side, I have 0 reasons to upgrade. Some specs are better, but not enough to notice
8.
▲
by
fiedzia
4mo ago
> A good piece of software would make it hard to do this by accident, and probably should default to having the same behaviour with or without trailing slash. Django redirects one version to another by default, which achieves that.
9.
▲
by
fiedzia
4mo ago
> At least Google/Bing/Yahoo scraping would then be used to provide links back That doesn't work anymore. Google provides AI generated summary, nobody looks at the original site.
10.
▲
by
fiedzia
4mo ago
Those employees cannot (and are not expected to) code, so dynamic elements are not an option. So what you'll get are mostly either reports or messages. Reports could be created by software (which is how an engineer would do that), mess
11.
▲
by
fiedzia
4mo ago
> it likely can also identify if the thing it's found is similar to something that is already found in the security mailing list? It can not because this mailing list is not public.
12.
▲
by
fiedzia
4mo ago
> If more than a few percent of execution time is spent in Python you are probably doing it wrong. Every program that starts with 1% of Python writes more Python and gets to 20,40, 60 and than 99% of it.
13.
▲
by
fiedzia
4mo ago
They claim you can easily mix them so there is some degree of compatibility.
14.
▲
by
fiedzia
4mo ago
I assume other platforms will prioritize paying customers over agents (of not paying ones) because they do not have resources to attempt anything else.
15.
▲
by
fiedzia
4mo ago
Github ignored platform issues (not just performance) because it was busy migrating to Azure, and it wants to bear the cost of ai using its infrastructure now to benefit from that somehow later. Other providers do not have this problem and
16.
▲
by
fiedzia
4mo ago
> threat actors are going to start heading that way as well bad actors are not the problem, Github priorities and attitude are, so switching solves that. Will other providers have outages? Sure, sometimes. But you'll be able to find
17.
▲
by
fiedzia
4mo ago
> Ever seen most high profile apps in the last 10-15 years? No, but the ones I am paying for are few and with rather solid development record. Looking at top android apps, we have some that have very high bar of engineering (firefox, goo
18.
▲
by
fiedzia
4mo ago
> software development becomes a commodity and the job becomes something like a fast food job where practically any adult who wants it can do it That will never happen. Sure, anyone can program something, but to make it professionally th
19.
▲
by
fiedzia
6mo ago
> What if we built things that are meant to last? Would the world be better for it? You'd have a better bridge, at the expense of other things, like hospitals or roads. If people choose good-enough bridges, that shows there is somet
20.
▲
by
fiedzia
6mo ago
> If true parallelism becomes common, it might actually reduce the number of containers/services needed for some workloads Not by much. The cases where you can replace processes with threads and save memory are rather limited.
21.
▲
by
fiedzia
7mo ago
> Being able to upgrade/repair RAM Most upcoming laptops now have soldered RAM and soldered wifi becomes common too.
22.
▲
by
fiedzia
8mo ago
> ORMs—built specifically to fix this—still fail at 88% How so? The only way to do anything dangerous using any orm I've used was when I needed to do something orm doesn't support and I had to extend it, operating at a text lay
23.
▲
by
fiedzia
1y ago
Yes, by deciding on when, where and how you pass it. You know when it is created and destroyed because you wrote the code that either does that directly, or follows the convention (destroy when out of scope, or use of arc - it is programmer
24.
▲
by
fiedzia
1y ago
> Much of the business world, especially those things that must be done properly, still rely on having physical records and manual process. Can you name one business that is using physical records where this is not mandated by law? All a
25.
▲
by
fiedzia
1y ago
> Why would you need to treat a web browser like a virtual machine? There are many reasons. Performance, ability to bring concepts from other domains, ability to do things browser has no api for, ability to provide controlled experience
26.
▲
by
fiedzia
1y ago
> surely we can't keep adding to css and the dom api's for 20 more years? We can. Just every now and then some new way of working becomes popular, and at some point combining them with older ones will become undefined or unsupp
27.
▲
by
fiedzia
1y ago
> why did some of them find (and take) room in coin hoards? People who had access to gold used some of it to create jewellery. > Why have they been found all over Gallia, Germania, and Britannia, but not Italia, Hispania, or the Orien
28.
▲
by
fiedzia
1y ago
Knitting - specifically knitting jewellery - explains that. Different holes allow you to create chains of different sizes, which in case of jewellery, also does not need to be standardised (lack of any standard or markings makes theories of
29.
▲
by
fiedzia
1y ago
> it's obvious that they are magic methods and not intended to be part of the public API Is there an alternative API? No. This is public API regardless of anyone's intentions. Though "it's weird" is really not a
30.
▲
by
fiedzia
1y ago
Look at prql for example of better alternative. I'd love to have something that works with modern programming languages without translation. Also is extensible. The list of complaints one can have SQL is long, and many modern databases
More ›