Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
wallstop
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
16 ms
·
1.
▲
by
wallstop
2mo ago
I'm gonna jump in here with some self promo - back in college I TA'd a class that, for a few weeks, taught Malbolge, and the only assignment was for students to write a program that printed their name. After spending a lot of time
2.
▲
by
wallstop
2mo ago
I think the second sentence of the article covers that pretty simply? To run it in the browser with wasm? > One of the most exciting things I've been doing with this is getting my Scheme to compile to the Web thanks to Hoot.
3.
▲
by
wallstop
3mo ago
I guess we have very different ideas around what makes good music. Every single Suno produced song sounds like a 60kbps extremely compressed mp3 while also having extremely generic, uninspiring structures and complete lack of interesting so
4.
▲
by
wallstop
4mo ago
If this is a learning exercise, cool! If this is a real thing, it needs a lot of work. Lots of failure modes, errors that are not being handled, sometimes exceptions, sometimes swallowing and printing to stdout, very inconsistent style, mix
5.
▲
by
wallstop
4mo ago
Ah, yes, the "you're holding it wrong" defense. If one tool has a higher safety rating than another, significantly so, preventing entire classes of mistakes from happening that the other does not, in a kind of superset manner
6.
▲
by
wallstop
5mo ago
Sorry, what I meant by "system error" was more "notification system error". Not error as in "data loss", error as in "reporting".
7.
▲
by
wallstop
5mo ago
Anecdata, they might have had a system error. My Microsoft account that I use the free tier OneDrive on had the same email sent (you're over x% full, consider upgrading!). I suspected everything you did - eventually I logged in after v
8.
▲
by
wallstop
5mo ago
I don't think you really need a tool for that, you can just add something like "after the task is finished, have a subagent review the work in an adversarial fashion. If any defects, no matter how small are found, have another sub
9.
▲
by
wallstop
6mo ago
I'm not saying the tech currently exists in a form you can just plop into a project and have it give you the exact CRT look and feel that you want. What I am saying is that you can do that within any modern game engine - you just h
10.
▲
by
wallstop
6mo ago
From my experience with game engines and people that really care about CRTs - I believe the effect (confidence: 95%) can be entirely achieved with rendering glue in any of the modern game engines - Unreal, Unity, Godot, etc. Now, whether or
11.
▲
by
wallstop
7mo ago
This is cool. I took a look at the public GitHub (not too deep) and this appears to use classical neural network training techniques - there is an exposed API that the author came up with a clever way to encode Doom state and inputs into. W
12.
▲
by
wallstop
7mo ago
Typically my criteria for "production-ready" is "has been battle-tested in production". Without any production dog fooding, I consider software (that I write) as "alpha", "beta", or "preview"
13.
▲
by
wallstop
8mo ago
I wrote my own spin lock library over a decade ago in order to learn about multi threading, concurrency, and how all this stuff works. I learned a lot!
14.
▲
by
wallstop
11mo ago
Thanks! My other problem was formatting. Just wanted to share that I see 0 swap usage and nowhere near 100% memory usage as a counterpoint.
15.
▲
by
wallstop
11mo ago
Edit: wallstop@fridge:~$ free -m total used free shared buff/cache available Mem: 15838 9627 3939 26 2637 6210 Swap: 4095
16.
▲
by
wallstop
1y ago
> Clean code will slow you down Hard disagree. In fact, learning how to apply clean code and architectural patterns in game dev has kept projects manageable and on track and done nothing but level up my general software ability.
17.
▲
by
wallstop
1y ago
You can do the above in C#, I haven't written Java in a decade so can't comment on that. I don't really understand your argument though - the options approach is extremely readable. You can also do the options approach in C o
18.
▲
by
wallstop
1y ago
This is a philosophy, or "opinion", and should not be confused with truth. If the world was 100% evil people and beings, across all of history, forever, the present would look very different than it does now. And none of us know
19.
▲
by
wallstop
1y ago
Interesting. When I do not feel up to the task of working, whether it is a physical, mental, emotional, spiritual, or arbitrary cause, I use one of my provided PTO days and email the team a short "I will not be showing up to work today
20.
▲
by
wallstop
1y ago
This looks interesting. Maybe I'm not in-the-know, but why would you offload such important aspects like `sync` to the client instead of building in some protocol to ensure that file integrity is maintained? With this kind of design ch
21.
▲
by
wallstop
4y ago
For a game I'm making, I have a helper function that takes in a specified time (as a float) and returns a (heap based) wait instruction. The times are literals sprinkled throughout the code base of callers of this function, so I mainta
22.
▲
by
wallstop
8y ago
Does it? https://blog.stephencleary.com/2013/11/there-is-no-thread.ht...
23.
▲
by
wallstop
8y ago
Likewise Children of Time ( https://www.amazon.com/Children-Time-Adrian-Tchaikovsky/dp/1... ), another piece of solid sci-fi that explores some ideas about the development of "intelligence".
24.
▲
by
wallstop
8y ago
Relevant - http://mcfunley.com/choose-boring-technology
25.
▲
by
wallstop
8y ago
Probably the parent, who has a username that indicates some affinity with the Go programming language.
26.
▲
by
wallstop
8y ago
Do you have a source for the majority of of azure running on Linux? Would be very interested to see this.
27.
▲
by
wallstop
9y ago
What kind of reliability issues have you had with Azure that didn't happen on AWS or GCE?
28.
▲
by
wallstop
10y ago
While it's great that you've never had one rejected, what would happen if that event occurred? Imagine a situation where you submit a proposal for a completely unrelated project, that you really want to happen, and they deny it? F
29.
▲
by
wallstop
11y ago
Anecdotal counterpoint: I develop java and python at work, C# and C++ at home, use / have used Eclipse, IntelliJ, ST + plugins, vim, Visual Studio Code, and Visual Studio for development. Of all of the above, I've found that Visua
30.
▲
by
wallstop
11y ago
Agreed, although other arguments could be made. There's the key phrase > I haven’t updated that app in years Arguably, the most important place for clean code is everywhere , but the largest use-case for it is in projects that are
More ›