Viewing profile — fiedzia
fiedzia
HN member- Joined
- Mon, Jan 21, 2013, 1:51 AM UTC
- HN karma
- 592
- Public activity
- 471 items
- HN profile
- View on Hacker News ↗
About fiedzia
No profile information was provided.
Recent public activity
-
comment
Comment #48545906
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.
-
comment
Comment #48480296
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…
-
comment
Comment #48425902
Also Eddie Izzard shows how it really looks like: https://youtu.be/TKQzqwn-jIM?si=Ad_ZMhFr4As6H0lr
-
comment
Comment #48422833
I guess there might be Bobby 'insert into EMPLOYEES...' tables somewhere.
-
comment
Comment #48422531
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 …
- story
-
comment
Comment #48302236
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…
-
comment
Comment #48277983
> 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 …
-
comment
Comment #48224155
> 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.
-
comment
Comment #48195802
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 …
-
comment
Comment #48180070
> 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…
-
comment
Comment #48070747
> 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,…
-
comment
Comment #48070472
They claim you can easily mix them so there is some degree of compatibility.
-
comment
Comment #48067091
I assume other platforms will prioritize paying customers over agents (of not paying ones) because they do not have resources to attempt anything else.
-
comment
Comment #48058547
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 …
-
comment
Comment #48049355
> 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 …
-
comment
Comment #48031205
> 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 …
-
comment
Comment #48030837
> 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, anyon…
-
comment
Comment #47590759
> 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 c…
-
comment
Comment #47312312
> 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 wi…
-
comment
Comment #47242867
> Being able to upgrade/repair RAM Most upcoming laptops now have soldered RAM and soldered wifi becomes common too.
-
comment
Comment #46803712
> 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 …
-
comment
Comment #44977872
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 …
-
comment
Comment #44846472
> 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 …
-
comment
Comment #44810981
> 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 …