Really cool, I like the interpretation part
HN user
makz
That is flawed
Lack of applications is my main problem
Didn't understand it well, I thought it was because english is not my native language.
I’m a Linux user since 2001, I saterted with KDE 2.2 or something. I stopped using it in favor of Gnome, XFCE and recently fluxbox over the years.
A few days ago I decided to give it a try again and I have to say I’m impressed. KDE has reached a level of sophistication I had never seen before in any other Linux desktop environment. For me the experience is almost on par with macOS and slightly above windows.
Interesting but too complicated for me.
For my own hashmap implementation I followed a wasteful aproach since I’m. It targeting embedded.
I created a structure called a hashmap object. It has two elements: a void pointer and a char pointer. The first one is the data and the second one is the metadata. The metadata is basically a string were the user can put anything, the type of the data, more data, whatever.
Then I preallocate 10s of thousands of hashmap objects. That way users of my hashmap don’t have to think about aollocating and de allocating hashmap nodes, they just insert, delete and search freely. They still have to care about allocating and de allocating they’re own data though.
Cannot find the mail in @misc you are talking about
Looking at the title, at first I thought “uh?”, but then I saw microsoft and it made sense.
Or simply we just like things that have some noise.
What LLMs are people running on this kind of setups?
Any alternatives to this forum? I've never heard heard of this until now and as someone who spends a lot of time making music as a hobby sounds like a community I'd like to be part of.
As a total beginner in this field, how can I begin experimenting with this?
Awesome! I was thinking about playing with this on some BSD like two months ago.
I recently switched to OpenBSD for my home lab and the experience was exactly the same as yours. It works even better than FreeBSD.
The way I see it, there’s conflict between her professional goals and her hacking goals.
The way I avoid that is by keeping that separate. But might not be for everyone.
At least which genre and country
So 1 year -> 2 decades?
What does “Classic C++” mean?
Thanks for the information. I’m a long time Logic Pro user and I wasn’t aware of this feature.
Band's name?
I have a problem with that. How could non-chicken laid a chicken egg.
1000% agree with this, couldn't have explained it better myself
I kind of prefer the fonts in the first screenshot
This is awesome, for the past few months I’ve wondered why there was nothing like edit for Linux and now we have it, great.
I’ve been an amateur bass player since 2008. My GAS stopped when I took a year of lessons from professional player. I learned that most of the sound comes from good playing technique.
This advice is pure gold. Thank you.
This is good advice. Nowadays I still earn my money from IT but I don’t do any programming. On my free time I’m doing my own stuff at my own pace mostly on Linux and C. It’s wonderful.
I'm currently writing my own hashmap implementation. The goal is to make something small, simple, reliable, and that anybody can quickly integrate into their own projects. So far it has taken me around 40 hours and it's 95% done.
I imagine “a lot of care” like this:
Ok, let’s write this veeery slowly, good, let’s check now it got written as intended. Right, let’s check again just in case, but this time slowly and paying a lot of attention… ok looks, good, moving on
Easy, before leaving for the day I leave a comment in code: I’m working on this, need to do A, B C… to get it working.
Next time I open the code editor I know exactly what to do.