Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
kris-s
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
kris-s
9mo ago
>The string processing is powerful, but inconvenient when you want to do things like indexing by offsets or ranges, due to Unicode semantics. (This is probably a good thing in general.) This is being too generous to Swift's poorly d
2.
▲
by
kris-s
3y ago
In absolute terms the number of people with deep knowledge here is probably higher than it’s ever been. The ratio has changed, which is what I think he’s actually lamenting here. He mentions civil engineering; one thing I find myself often
3.
▲
by
kris-s
3y ago
If they are competing with each other such that neither are getting done are they really priorities?
4.
▲
by
kris-s
3y ago
I would not have been as kind to FF7 as this author was. By any modern measure it is a bad game. The raw story material and the character design is fantastic. But the gameplay. The gameplay is so tedious the author couldn’t even continue wi
5.
▲
by
kris-s
3y ago
Seems like Jonathan Blow, the creator of Jai, releases a game every decade or so. I wonder if the plan is to release his next game in a couple of years. Presumably it is written in this new language? Maybe the compiler will be released at t
6.
▲
The Evolution of Stretch – Boston Dynamics
(youtube.com)
1 points
by
kris-s
3y ago
|
0 comments
7.
▲
by
kris-s
4y ago
My mobile game https://smoldungeon.com doesn't make me any money. Was very fun to make though
8.
▲
by
kris-s
4y ago
The author mentions the following: fn add(x: Option<i32>, y: Option<i32>) -> Option<i32> { if x.is_none() || y.is_none() { return None; } return Some(x.unwrap() + y.unwrap());
9.
▲
by
kris-s
4y ago
Is Elon Musk this century's Howard Hughes?
10.
▲
by
kris-s
4y ago
I wrote a short guide for how I did some of the pixel art in Smol Dungeon. Hopefully I kept it approachable. https://smoldungeon.com/pixel-art
11.
▲
Advent of Code 2022
(adventofcode.com)
3 points
by
kris-s
4y ago
|
0 comments
12.
▲
by
kris-s
4y ago
I think that's how the Hey email service does it.
13.
▲
by
kris-s
4y ago
What a cool project, I bet they learned a ton doing this.
14.
▲
by
kris-s
4y ago
I run a few websites on a single Linode, they're quite snappy if you don't do too much. No fancy optimizations required, just keep it vanilla, you can make great websites with just modern HTML, JS, CSS: https://krissha
15.
▲
by
kris-s
4y ago
One of my all-time favorite works of non-fiction. Essential reading for software engineers.
16.
▲
by
kris-s
4y ago
I don't know if I would agree that the final scene is more readable - especially the treasure chest. I can't deny it looks much nicer though! I spent a lot of time tweaking the sprites in my game for readability. I touch on it her
17.
▲
by
kris-s
4y ago
It's still around in some places, CrossFit gyms still include sit-ups and GHD sit-ups in their programming. But CrossFit and ill-thought movements go hand in hand.
18.
▲
by
kris-s
5y ago
How many floppies to install Windows 9.93?
19.
▲
by
kris-s
5y ago
Thanks! Yeah it struggles with periodic functions that are wide. For example it successfully crosses zero with sin(PIxN/5) and delivers reasonable results for sin(PIxN/3). For your specific example you would probably need to provi
20.
▲
by
kris-s
5y ago
how would you describe the pattern of the first one?
21.
▲
by
kris-s
5y ago
I wrote a little hobbyist AI project [1] with no neural networks at all and was delighted with how good the results were. Definitely think the field is ready to start incorporating some different approaches. [1] https://littlefis
22.
▲
by
kris-s
5y ago
These ideas extend well beyond the realm of streaming apps too - so much of the software I use day to day is shockingly bad. Far, far too much churn driven from ladder-climbing obsessed middle managers who want rewrites and redesigns and en
23.
▲
by
kris-s
5y ago
Oh thanks! I'll do that, I do not know anything about SEO.
24.
▲
by
kris-s
5y ago
I made a little dungeon crawler game that I needed to make to prove to myself I could actually ship a complete game, which has been a struggle for me. https://smoldungeon.com
25.
▲
by
kris-s
5y ago
He's the Rusty roguelike king, I worked through this awesome book when I was learning Rust. https://bfnightly.bracketproductions.com
26.
▲
by
kris-s
5y ago
That's an awesome article, I'll add a link to it.
27.
▲
Simple Dungeon Map Generation
(smoldungeon.com)
121 points
by
kris-s
5y ago
|
17 comments
28.
▲
by
kris-s
5y ago
Fabulous animations, I hope this means we're close to applying these genetic algorithm techniques to soft robots that we can actually build.
29.
▲
by
kris-s
5y ago
If you've never tried programming a game I would highly recommend it. There are many aspects that make a game a really interesting challenge: input, rendering, sound, and managing large global mutable state. Ludum Dare is a good excuse
30.
▲
by
kris-s
5y ago
This isn't true for me; I have a separate Apple ID for work. I was never explicitly told to use my personal one.
More ›