HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Karawebnetwork

no profile record

comments

Karawebnetwork
·2 месяца назад·discuss
> PICO-8 is my go-to when I'm burnt out on client work.

I have been circling doing this for the same reason, any recommendation or tutorials?
Karawebnetwork
·2 месяца назад·discuss
You can add any executable to Steam, not only the games they sell, as far as I know.
Karawebnetwork
·2 месяца назад·discuss
Could I still code the same way? Maybe. Probably, if I really put my mind to it.

The problem, what scares me, is the feeling of emptiness it leaves me with. Before, writing code brought me joy. Today, when I write code that I am not allowed to automate it just feels like a chore. It's a bit like how once you get used to a powerful IDE, writing code in, say, Notepad, becomes a chore.

It also means that my brain really, really wants to forget the basics. Why write:

api.users.forEach(({ id:u, name, contact:{ email, phone="—" }, roles:[r,...rs], active, meta:{ ...m } = {} }, i, a) => console.log({ u, name, email, phone, role:r, others:rs, active, metaKeys:Object.keys(m), index:i, total:a.length }));

When I could just right-click in the IDE and type "loop through users". Heck, I even asked an LLM to generate that example because I didn't feel like thinking, let alone typing that line.

That's what scares me the most.

For now? I still remember how to code. But coding makes me feel like I'm wasting my time, because my brain knows it can offload this task.

It was the same when Google Maps took over. Before, I was able to find my way around my city, go to the next town over and find a place just from the address. Now? I can’t do it anymore.

Before, I could memorize dozens of phone numbers. Now, I can't do that anymore.

Soon, I'm afraid I won't be able to write code anymore.
Karawebnetwork
·3 месяца назад·discuss
This brings me back to when the internet was full of sites like this. Small artful projects that had no goal but to teach us a tidbit about a niche topic, just because someone cared enough to share it. The internet felt smaller and more intimate than it does now in this era of social media. Bookmarked, will without a doubt explore every inch of that site.
Karawebnetwork
·3 месяца назад·discuss
Individuals have very different abilities and needs. Some are able to drive and work independently while others require ongoing support.
Karawebnetwork
·4 месяца назад·discuss
They are referring to Huy Fong's Sriracha sauce. It's the one that took the market by storm. Even in small towns where the "Asian" section was practically empty, you could see the red bottle with the green cap. It even escaped the small corner of the grocery store to be displayed next to Heinz ketchup. For many, it was their first experience with hot sauce, apart from Tabasco.
Karawebnetwork
·4 месяца назад·discuss
The high school my friend's kids attend installed CO2 sensors during the pandemic as an indirect way to measure airflow.

It turned out the building had been sealed extremely tightly to keep out the winter cold and because it is old, it does not have a proper HVAC system.

They discovered that CO2 levels stayed around 1200 ppm throughout the entire winter, sometimes even higher. This had likely been the case for decades.

It is a school in a small, low‑income town. I cannot help wondering how many kids were labeled as underperforming when they were actually struggling with the effects of chronically elevated CO2 levels.
Karawebnetwork
·5 месяцев назад·discuss
mynoise's Cafe Restaurant generator got me through years of working in a noisy open office. Can't recommend it enough. I put the cutlery noises on mute though.
Karawebnetwork
·5 месяцев назад·discuss
The recent show Mrs. Davis also has a similar concept in which an AI would send random workers with messages to the protagonists, unbeknownst to the workers.
Karawebnetwork
·7 месяцев назад·discuss
On Edge, my tab did freeze for a few seconds then the spinner resumed its spinning and the 3D scene displayed.
Karawebnetwork
·7 месяцев назад·discuss
"Why I still write raw code instead of prompting the compiler" and "Show HN: A text editor that doesn't use AI" are my two favorite ones.
Karawebnetwork
·8 месяцев назад·discuss
I don't have an answer to that, I just want to highlight how blurred the line is between what the community tolerates and what it doesn't. There is a thread with a similar discussion, but somehow the one that comes from fiction didn't trigger the same reaction as this article, which deals with science: Arthur Conan Doyle explored men’s mental health through Sherlock Holmes | https://news.ycombinator.com/item?id=46068015
Karawebnetwork
·10 месяцев назад·discuss
> Can anyone more informed comment on the font?

Could it be that you unconsciously prefer serif fonts to sans serif fonts? Sans serif fonts are preferred by people with dyslexia, for example.

Another thing that comes to mind is high contrast in stroke thickness, thick vertical strokes and thin horizontal or curved strokes. This is reminiscent of engravings and calligraphy, but can be difficult to read on a screen, especially when the font size is small. Anti-aliasing options can also affect this and lead to even greater differences between letters than expected.

Articles like this one may provide you with the right words to describe what you don't like about certain fonts: https://medium.com/design-bootcamp/a-beginners-guide-to-web-...
Karawebnetwork
·3 года назад·discuss
Having taken a job at roughly that paycheck previously, I can tell you exactly why: my rent at the time in that area was $700 a month for a 4 bedrooms apartment.
Karawebnetwork
·3 года назад·discuss
I don't know if it's as true these days but in the early days you couldn't get Discord installed on office computers because of the association that it was a "gaming app".
Karawebnetwork
·5 лет назад·discuss
I would argue that early adopters/technologists of VR are comparable to PC gamers and Quest adopters are comparable to console gamers.

Both have a purpose, both are subsets of the same demographic... but both vote very differently with their wallets.

Personally, I don't mind FB taking over the casual market. There are still alternatives and the technology will advance faster with such a big company behind it.

That being said, I won't be touching the Metaverse unless I can't avoid it.
Karawebnetwork
·7 лет назад·discuss
Is "Woosh" really being that much of a jerk? It's a reference to https://www.xkcd.com/1627/
Karawebnetwork
·7 лет назад·discuss
> Webdevs tend to suffer from an inferiority complex

Well, that sure is an arrogant way to present stereotypes as fact. At first, I read this as satire.

You can follow the history of web development and see exactly why the current stack is as it is. It's people building solutions to problems.

For example, nobody thought "I should create a front-end build process to impress my peers!". What happened instead is that repetitive tasks were programmed out of existence.

The web industry is young, you can trace every single steps of it without much research. To claim something as ridiculous as "responded by making the simple things they do monstrously complicated to try to prove something to the C++ guys" is silly at best.

Sure, this may be accurate for some of the junior devs. you worked with in your career. However, this is not representative of the industry as a whole.