HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Austizzle

no profile record

comments

Austizzle
·11일 전·discuss
I think samplers are still clearly tools. You are still as a human performing with the sampler or at the very least manually arranging with it. If you gave somebody else the same sample, they would produce a different result.

Whereas AI (if we ignore RNG for a moment) will produce the same output from the same prompt. It's not a tool, it's a magic box that spits out a finished product with no human effort outside of the prompt.
Austizzle
·15일 전·discuss
You don't need to like Fortnite. There are plenty of other games in the same boat.

The point is that "normal people won't do that" is objectively false. Fortnite is just a good example because it's so popular.

At any given moment there are tens or hundreds of thousands of normal people playing Fortnite, on windows, with anti cheat on.
Austizzle
·15일 전·discuss
There are plenty of popular games that don't work on Linux, a notable example being Fortnite. One of the most popular games of all time.
Austizzle
·2개월 전·discuss
I feel like it's a mix of so many things it's hard to know the answers to any of these questions.

- the job market is harder now, apparently because of AI - environmental concerns due to data centers - the ethical issues with scraping people's copyright data to power AI - slop overwhelming the Internet, fake videos all over tiktok that seem real - safety issues like AI psychosis

The world is hard right now, and a lot of the things that make it hard seem to intersect in all sorts of ways with the way AI is being developed, run, and used.

If you solve one of those issues, you still haven't solved the other ones.
Austizzle
·2개월 전·discuss
The vs code integration is pretty slick. I can copy and paste function names into the prompt and it automatically turns them into these `#sym:` reference objects that I presume populate the context window with metadata about the function and where it lives. It knows what file I'm currently looking at as I jump around in the code, and that automatically gets loaded into the context. I can also drag and drop folders or specific files for context into the sidebar.

It's a lot of stuff that makes me have to type less into the prompt, since it's already getting so much info from my editor
Austizzle
·5개월 전·discuss
> in his work

Women, however, are welcome to use electron
Austizzle
·5개월 전·discuss
As somebody who frequently switches between windows and Linux, I will pretty much never install an app that's only on one platform. Cross platform options mean I don't need to pay for or learn separate apps for the same thing on each OS

I don't care if it's QT or a WebView or something else, I just want to lower friction for myself
Austizzle
·6개월 전·discuss
I feel the same way. I recently installed Windows XP in a VM for nostalgia and it was shocking how much I realized windows has improved since then.

I'm not obsessed with windows 11, but I am the happiest using it than I've been with any other version (aside from the TPM 2.0 requirement, that's my #1 complaint)
Austizzle
·6개월 전·discuss
I'm probably listening to more music than the majority of people, but I have about 6,000 songs on mine.
Austizzle
·7개월 전·discuss
That's what got me into Vue and I still use build less Vue all the time for tiny little sites that aren't worth setting up a whole CI process for. It's really lovely that it's an option.

Just like how easy jQuery was to get started with back in the day, but a whole framework
Austizzle
·9개월 전·discuss
I'm the same way, and I often feel like I don't know what the words that come out of my mouth will be until they happen.

I'm thinking in abstract feelings and images, and then it feels like some subconscious part of my brain is actually figuring out the words and saying them, if that makes any sense.

It can be spooky sometimes since it doesn't always feel like I'm in control of the specific words I use
Austizzle
·9개월 전·discuss
It's not valid from a typing perspective, but python will let you. If you want to disregard types though then none of this matters anyway and you won't get much benefit from these tools
Austizzle
·9개월 전·discuss
I've heard people say this, and believed it myself for a long time, but recently I set up a windows XP VM and was shocked by how bad the quality of life was.

I think nostalgia is influencing this opinion quite a bit, and we don't realize the mountain of tiny usability improvements that have been made since XP
Austizzle
·9개월 전·discuss
When I do scripting for resolve the UI API feels a lot like QT. Unless they made a very QT-like wrapper around JavaScript code.

I wonder if instead there's small parts that are done in electron but most of it is qt
Austizzle
·10개월 전·discuss
I think the phrase _emotionally_ resonates with people who write code that would work in other languages, but the compiler rejects.

When I was learning rust (coming from python/java) it certainly felt like a battle because I "knew" the code was logically sound (at least in other languages) but it felt like I had to do all sorts of magic tricks to get it to compile. Since then I've adapted and understand better _why_ the compiler has those rules, but in the beginning it definitely felt like a fight and that the code _should_ work.