HackerTrans
TopNewTrendsCommentsPastAskShowJobs

zemo

3,199 karmajoined hace 16 años
engineer at Whatnot, working on the discovery team. Previously: some games stuff, went to grad school for game design, worked on a bunch of startups. I wrote the multiplayer server for all of the Jackbox games.

Hacker School (recurse center) batch[1]. My great grandfather was a clown named Zemo.

[ my public key: https://keybase.io/jorelli; my proof: https://keybase.io/jorelli/sigs/qfLefSRzpZuCMRmTbonOu98s-GSF80avwYxBcf7K-84 ]

comments

zemo
·hace 4 días·discuss
huh, I'm not sure where you saw that reaction, the reaction I saw was universal condemnation of the appointment of Asha Sharma.
zemo
·hace 19 días·discuss
Hacker News is not a representative sample of the addressable market
zemo
·hace 24 días·discuss
pretty sure they hate us for other reasons and also reducing how much AIDS and ebola is in the world is good, this seems obvious to me
zemo
·hace 24 días·discuss
yeah this feature totally works for me, I've been using it for a few months now.
zemo
·hace 25 días·discuss
> With a good RNG it should not be possible to predict future numbers based on past numbers so players cannot manipulate card rewards in their favour based on combat actions, right?

I think you're overlooking the distinction between seeded and unseeded runs. An unseeded run is a run in which the player enters the game not knowing what the seed of the RNG is and not being able to pick it (this is the default mode). A seeded run is where the player provides the RNG seed. Generally, things like unlocks and steam achievements can only be earned on unseeded runs, but players want to be able to play seeded runs anyway. Of course all runs have an RNG seed: an unseeded run is when the seed is itself chosen at random, a seeded run is when the player specifies the seed.

Imagine a game with a standard deck of cards played over several rounds, where your opponent performs actions in response to your actions. The deck of cards is shuffled pseudo-randomly between every round. Every time you make a move, your opponent has N valid moves, and picks between them pseudo-randomly.

Players play a seeded run because they want to retry the same set of challenges, because they are asking themselves "if I had done this, would I have won" or "if I had done this, what would have happened".

So in this example, given a known seed: in round 1, my cards are shuffled this way, and in round 2, my cards a shuffled this other way, regardless of which moves I make in round 1.

If the opponent picks its response using the same RNG that shuffles the deck, the players actions in round 1 would change the shuffling of the deck in round 2. This would change the design parameters of what a seeded run means: it's no longer giving the guarantee "the deck is shuffled in the same way in round 2 regardless of what you do in round 1", which is the experience the designer wants to create and what the players want to play. Players might, e.g., say "who can get the highest score on this seed", they might search for the easiest or most difficult seeds, or they might search for seeds where particularly unlikely sequences of events are guaranteed to occur, because perhaps this sequence of events is so unlikely that a human would have to play a hundred million games to witness that sequence organically, and people want to see that sequence of events because it's interesting in some way. It's designed this way so that if you play the same seed, certain random events play out the same way, i.e., non-randomly.
zemo
·el mes pasado·discuss
It’s not a model of an author, it’s a model of documents. That’s not the same thing.
zemo
·el mes pasado·discuss
normal people talk and write with some notion of meter, the cadence of communicating where pauses are inserted at places that naturally suit the speaker (and listener) to pause for thought. LLM's don't really do that, they just write a bunch of sentences.

> Researchers have found that some neurons inside the FFN are strongly associated with specific concepts or facts. One neuron might activate strongly on Eiffel-Tower-related text. Another on programming languages. Another on past-tense verbs.

People don't really write like this and they don't really talk like this (and no, people don't necessarily write exactly how they talk because they don't read exactly how they listen; the written word can be backtracked while the heard cannot, and speakers/writers know this, either consciously or unconsciously). A person would probably structure this more like:

> Researchers have found that some neurons inside the FFN are strongly associated with specific concepts or facts. For example, there could be one neuron that activates strongly on Eiffel-Tower-related text, another that activates strongly on programming languages, a third neuron activating on past-tense verbs, and so on.

Usually people wouldn't write "Another on programming languages." as a standalone sentence like that because the periods introduce an unnatural pause like they're giving a TED talk, unless of course they were punctuating that way for effect, but you'd essentially never communicate with that effect full time.
zemo
·el mes pasado·discuss
So who will buy their cursed campus when they collapse?
zemo
·hace 2 meses·discuss
in Chicago near Wrigley Field (the Cubs stadium), the closest train stop (Addison) was basically wall to wall (some on the floor too) DraftKings advertisements until recently because they have a physical sports betting bar adjacent to Wrigley Field. After the latest round of elections they're closing that location so the ads came down.
zemo
·hace 2 meses·discuss
> I never want to have a conversation with a website that is geared towards advertising me products.

yeah man good thing LLMs are structurally incapable of being incentivized to sell you a product or render referral links, this is surely future-proof
zemo
·hace 2 meses·discuss
oh i’ve definitely seen “we’re going to track the number of bugs created in jira per team” turn into “people just file things as tasks instead of bugs” or “only easy things are filed as bugs and completed right away”. It’s trivially gameable.
zemo
·hace 2 meses·discuss
nice try, Claude
zemo
·hace 2 meses·discuss
working in a large codebase I use Claude for code understanding and the code reviews from Macroscope have caught bugs for me a bunch of times. Usually if I use claude it’s for refactoring a and source to source transformations that would be too confusing for me to figure out how to do with e.g. ast-grep, but that I can prompt in a minute or two and then have claude work through it. It’s stuff I could do without LLMs but it’s less effort to use them. I don’t let it write new code, because it decays the process of programming as theory building.
zemo
·hace 2 meses·discuss
the last time I went to Japan was I think 2015 and the exchange rate was about 120 yen to the dollar. I bought almost all of the clothing that I wore for the next year or two during a stretch of three days in Tokyo. The exchange rate right now is 155 yen to the dollar and prices on everything in the US have gone through the roof, so this doesn't seem all that ridiculous to me. I am more annoyed by the assumption that I live in SF than the idea that I might go from SF to Tokyo on a vintage shopping trip.
zemo
·hace 2 meses·discuss
tech peaked at the PS Vita and I am not joking
zemo
·hace 2 meses·discuss
ideally european/asian users would hit european/asian servers, so potentially not surprising
zemo
·hace 3 meses·discuss
Reads like it’s not copying the parent, it’s manually constructing the env dictionary to be passed to execve explicitly. I do this in one of my tools at work because developers were exfiltrating secrets and hand jamming them into .env files.
zemo
·hace 3 meses·discuss
> Password manager > No CLI injection.

reminds me of the 1password cli:

https://developer.1password.com/docs/cli/reference/commands/...
zemo
·hace 3 meses·discuss
that's more or less how I felt about it, but someone I know worked at Whatnot and liked working there so I tried out the app before applying and then applied because the product clicked for me. I wouldn't have joined Whatnot if I didn't like the product.

> I couldn't imagine going through items video by video.

That's fair, it's just not how people use it and it's not the concept. It's primarily a browse experience, not a search experience. You can search but that's not the core experience.

I buy vinyl records and retro games. There are sellers that I like. When I open the app I see which of my preferred sellers are live and I tune into their stream and hang out and watch them. If something I'm interested in pops up, I'll bid on it. Live shopping is not trying to be "ebay but video", it's a different experience.
zemo
·hace 3 meses·discuss
full disclosure I work at Whatnot but that sort of thing is a large part of the appeal of Whatnot to me, that people are showing off the stuff live on stream and you can ask questions about it