Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
iamevn
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
iamevn
8mo ago
I can't speak to any sort of scalability but I can definitely say that not everything needs to be built for millions of users. There's plenty of utility in tools you use to help even a single person (even yourself!)
2.
▲
by
iamevn
10mo ago
Pebble smart watches are tethered (to an android/ios device via bluetooth), do not talk to a cellular network, and have had an especially good battery life because of that and their low-power displays which are always on and visible wi
3.
▲
by
iamevn
10mo ago
Please reread what you wrote and try to see if you can see how it comes off as at least culturally insensitive if not outright racist.
4.
▲
by
iamevn
11mo ago
See the `either` function further down either some-condition { print "was true" } { print "was false" }
5.
▲
by
iamevn
1y ago
No? I don't think this is the trap you think it is.
6.
▲
by
iamevn
1y ago
I'm in the same boat, recursion tends to be easier for me to reason about because I'm expressing the problem in terms of some base case that incoming parameters are being reduced to rather than some condition that an iterative app
7.
▲
by
iamevn
1y ago
I'm very happy with my Unihertz Jelly Max aside from the camera being not great. I think it's the smallest it can reasonably be (62.7mm wide) while still having its touchscreen keyboard be usable and because it's fairly thick
8.
▲
by
iamevn
1y ago
Seems fairly standard stuff for libraries to consider. I was really hoping for some weird stuff like patching bytecode or implementing entire different languages as a python library.
9.
▲
by
iamevn
1y ago
can you not narrow it down further to O(k * nCr(n, k)) (n=size of input, k=combination size) since it does k conses for each of the nCr(n, k) combinations? (the final filter sums k elements nCr(n, k) times as well)
10.
▲
by
iamevn
1y ago
with N as the length of the subsets and X as the length of input, `combinations n xs` basically walks through list xs and at each element, conses that element onto each combination of size n-1 of later elements in the list then appends thos
11.
▲
by
iamevn
1y ago
I don't follow why parser combinators would be a bad tool for CSV. It seems like one would specify a CSV parser as (pardon the pseudocode): separator = ',' quote = '"' quoted_quote = '""&
12.
▲
by
iamevn
2y ago
This is probably a really basic question but why does the wizard need to stop being drawn with characters when the sprites move out past the left/right borders? Is this a hardware restriction where those lines aren't able to have
13.
▲
by
iamevn
2y ago
This is super frustrating to use. There's a character limit of 30 but it seems like whenever it tries to put a line break in the input it just deletes what I was typing.
14.
▲
by
iamevn
2y ago
Why would people need to invest in a neighborhood? Houses are for living in.
15.
▲
by
iamevn
2y ago
I think the parent meant Azure DevOps which is Microsoft's jira and was completely down for the duration of this outage.
16.
▲
by
iamevn
2y ago
if (size + size < size) { I know size_t wraps around on overflow so this would actually work, but this still makes me do a double take.
17.
▲
by
iamevn
2y ago
looks like there's a digital version for sale on the same site as the physical version https://incube8games.com/collections/vendors?q=AgeOfGames
18.
▲
The DJI Drone Ban: A Uniquely American Clusterfuck
(404media.co)
5 points
by
iamevn
2y ago
|
0 comments
19.
▲
by
iamevn
2y ago
I don't think it's at all reasonable to say that https://worldledaily.com/ is typosquatting https://www.nytimes.com/games/wordle/index.html
20.
▲
by
iamevn
2y ago
I feel like this part has little to do with TCO and TFA is overly focused on the recusion part of things. Even in the case of that example, there's still a function that directly returns the result of another function call. That's
21.
▲
by
iamevn
2y ago
Not to downplay the other points but the first long term effect sounds to me like the whole point of psychedelics as a therapeutic tool. > Firstly, destabilization was a significant concern, with clients sometimes experiencing ongoing co
22.
▲
by
iamevn
2y ago
I don't think this is as simple as that (and it's not entirely the display's fault). 120hz iidx is a big upgrade over the previous lcds but I'm not sure it is over the games that ran on custom hardware that wasn't j
23.
▲
by
iamevn
3y ago
I wonder how feasible it would be to get a keyboard hooked up to a Gameboy through the serial port. It looks like it should be possible from a cursory reading of https://gbdev.io/pandocs/Serial_Data_Transfer_(Link_Cable
24.
▲
by
iamevn
3y ago
I wrote a couple userscripts for myself at work that put the information I usually care about from job logs on gitlab right at the top of the page.
25.
▲
by
iamevn
3y ago
Personally I'm not especially interested in programming in a language with a separate function namespace. It makes much more sense to me to treat functions more like any other value in the language.
26.
▲
by
iamevn
3y ago
Here's one in 2017 that was recorded over because they didn't report until after another flight https://en.m.wikipedia.org/wiki/Air_Canada_Flight_759
27.
▲
by
iamevn
3y ago
Really cool looking! Excited to mess around with this. Happy to see the everyPlayer[1] flow command to allow for simultaneous actions. This is something that's missing from the other boardgame frameworks I've tried. [1]: https:&#
28.
▲
by
iamevn
3y ago
> But you're locked out of everything except Grow. A friend who's role has been cut says they were locked out of everything except Grow, Meet, and email and has 60 days to find a new role. Can't even get in the building to
29.
▲
by
iamevn
3y ago
It's really interesting to run a web browser in a framebuffer without any sort of display manager running [1]. [1]: https://ci.netsurf-browser.org/jenkins/job/docs-netsurf/doxy...
30.
▲
by
iamevn
3y ago
I've gotten a lot of use out of the clipboard hiatory on Android and on windows 10/11. I just wish I had more control over them. Android especially doesn't give you an option to disable or lengthen the hour timer that clears
More ›