HackerTrans
TopNewTrendsCommentsPastAskShowJobs

malklera

no profile record

comments

malklera
·vor 3 Monaten·discuss
This sounds like you want a magic solution.

You want to find your "tax" related things. Each time you create something, you put it in the "tax" directory. The same with photos: you organize them once in the input stage or periodically, and then you can search for them easily later on.

For text, if the content of the file is what is relevant, grep/ripgrep are your friends.

File type/name, find/fd are your friends.

Date of creation? A combination of ls and find.

For image, video and sound it is more difficult (impossible?) to search by content.

File names and directories are simple, and it works as well as you make it work; it does not matter the type or content of the file.
malklera
·vor 3 Monaten·discuss
Do governments /military process their vehicles at end of use to erase that data or is it available for whoever gets their hands on it?
malklera
·vor 3 Monaten·discuss
Nice idea, but not my interests, I think.

In the top 10 leaderboard, only 1 element does not mention LLM.
malklera
·vor 3 Monaten·discuss
Learn something new every day.

Something that comes to mind as a "problem" is that popular DBs are not designed to manage this (at least I do not think so), so you can have a DB and violate the principle of only appending, and the DB will let you.

And how difficult is it to migrate to this model or away? Although this is the same "problem" with any model, I suppose.
malklera
·vor 3 Monaten·discuss
> Notice that in all cases time spent sleeping or otherwise waiting shouldn’t be counted, though you probably shouldn’t do that in your code in the first place.

I thought the time your CPU waits around doing nothing is something you want to measure.

If your algorithm has better "mathematical" scaling with big N but is worse in real world scenarios, it "failed".

Or maybe the application of this is another?
malklera
·vor 3 Monaten·discuss
I wonder if this is age dependent. Do young (15-25) people take notes by hand?

If I do anything to do with math, I need paper; anything else is in markdown.

Recommendation: There are folders that you can add pages to; that way you do not worry about space.
malklera
·vor 3 Monaten·discuss
Why are all images just wrong? Text superimposed with shapes, random shapes in random places, and a clock with the 12 in the center instead of in the 12 position.

Now I wonder if this is just AI slop.
malklera
·vor 3 Monaten·discuss
But how do you know which minimum version you need?

Install the latest version of Go and once you are finished with the library, downgrade the version of Go by one until you get a compilation error?
malklera
·vor 4 Monaten·discuss
> SBOM (Software Bill of Materials) – a machine-readable directory of all software components and dependencies used

This sounds like a really good idea all around, not only for open source.
malklera
·vor 4 Monaten·discuss
I would have expected more people to want the position.
malklera
·vor 4 Monaten·discuss
You see the complaints; people rarely praise a product; they just use it.

An IDE is a tool. What do you want to use the tool for? Put that as a priority and say no to everything else.

If the IDE is for you, look at the other editors and pick and choose each thing they do and decide how (or if) you want to do it. Are you happy with the result? That is a win. If somebody comes along with ideas/complaints, tell them no.
malklera
·vor 4 Monaten·discuss
Really interesting read.

Weird libressl.org not being a secure website according to brave mobile, but on helium desktop it is secure.
malklera
·vor 4 Monaten·discuss
I pity people that pay for a service and get ads anyway.

I do not know what is wrong with ads; only two or three times ever did I saw an ad and though "uh that is nice" and went to search for the product, mostly they all look like scams.

But since so much money moves through it, I suppose they work.
malklera
·vor 4 Monaten·discuss
Everything mentioned applies to human programmers too, but we still get bugs and downtime in production.

Are LLMs more important so companies will pay to have these guardrails when they currently do not have them for their humans?
malklera
·vor 4 Monaten·discuss
From the outside I see (do not write manually managed memory).

C/C++, you SHOULD do X to prevent certain bugs.

Rust, you MUST do X to prevent certain bugs.

Humans are lazy, error-prone, unskilled, etc. When I decide to get to a more low-level language, I will choose the language that forces me to good behavior.
malklera
·vor 4 Monaten·discuss
Nice info.

Japan is either purposely chosen or an unfortunate choice for the example topic.

Does anybody want to guess what happened before the 2000 that Japan cancer rates were so high?
malklera
·vor 4 Monaten·discuss
The only language companies understand is $$$; if you do not like their practice of ToS, do not use the app.

I have never read a ToS. I wonder how many of the services I use I would continue using if I did read them (probably most if not all).
malklera
·vor 4 Monaten·discuss
The problem I see with all the rewrites is, long term, will the people that created the project stick around 5 or 10 years from now?

Will companies be more willing to donate time/money if they can actually monetize a product built on top of an MIT license?

I think right now the answer is "not enough"
malklera
·vor 4 Monaten·discuss
Really informative.

Quite inconsiderate of Earth not cooperating with our obsession with precision.
malklera
·vor 4 Monaten·discuss
I mostly do not like infinity scroll because your position on the page is often metadata (from the point of view of the user).

It has its place.

e.g., the blog allows you to manually indicate a point on the index, but otherwise you "are" always at the top.