InAnEmergency | 5 years ago | on: Show HN: PSX Party – Online Multiplayer Playstation 1 Emulator Using WebRTC
InAnEmergency's comments
InAnEmergency | 5 years ago | on: I/O library 6x faster than fmt, 10x faster than stdio.h and iostream
InAnEmergency | 6 years ago | on: Raising Prices Is Hard
[0] https://stackingthebricks.com/one-weird-trick-to-raising-you...
InAnEmergency | 6 years ago | on: Reviving an HP 660LX in 2019
I did spend quite a bit of time on your site, linked sites, and webarchive. The files on your site did not work out of the box for me. I did eventually get a combination of kernel and configuration that kind of worked, but I think the CompactFlash card was too big. It stalled out on hard drive interrupts.
InAnEmergency | 7 years ago | on: What You Need to Know Before Considering a PhD
I took eight years but I also got married, worked full time, and started a company before I finished. By the time I graduated, the CS department had started taking a much firmer stance on timelines, with a desire for most students to graduate within six years or sooner.
InAnEmergency | 8 years ago | on: Ruby 2.5.0 Released
InAnEmergency | 8 years ago | on: Game of Life in Scratch
> It’s a slightly unusual implementation in that the surface of the game is, in effect, spherical – i.e. the edges are effectively a feature of the projection of the surface but left joins to right, top to bottom and so on.
I believe that is a torus, and not at all an unusual implementation choice for the Game of Life.
InAnEmergency | 9 years ago | on: ‘Diamond-age’ of power generation as nuclear batteries developed
InAnEmergency | 9 years ago | on: Ruby 3x3: Matz, Koichi, and Tenderlove on the Future of Ruby Performance
InAnEmergency | 9 years ago | on: An Idea to Handle Left-Recursion in Parsing Expression Grammars (2010)
InAnEmergency | 9 years ago | on: FasterPath: Faster Pathname Handling for Ruby Written in Rust
If I change it to just check the first character for the file separator, as I understand FasterPath does, then of course it is faster:
Warming up --------------------------------------
original 4.109k i/100ms
faster 110.202k i/100ms
Calculating -------------------------------------
original 42.645k (± 3.7%) i/s - 213.668k in 5.017595s
faster 2.643M (± 4.4%) i/s - 13.224M in 5.013294s
Comparison:
faster: 2643274.6 i/s
original: 42644.5 i/s - 61.98x slower
My implementation: class Pathname
def f_relative?
@path[0] != File::SEPARATOR
end
end
[1] https://github.com/ruby/ruby/blob/68ebbbfebe5b666cf76ab41f1e...InAnEmergency | 10 years ago | on: Fledgling Languages List
InAnEmergency | 10 years ago | on: Rails 5.0.0.beta1: Action Cable, API Mode, Rails Command
InAnEmergency | 10 years ago | on: Twitter Sees 6% Increase in “Like” Activity After First Week of Hearts
InAnEmergency | 10 years ago | on: Why Homejoy Failed
InAnEmergency | 10 years ago | on: DEFCON 23 Badge Challenge
Edit: Also, "Howdaddyisdoing" is an anagram for "Why did I add goons" which seemed very suggestive.
InAnEmergency | 11 years ago | on: Dell XPS 13 Review
InAnEmergency | 11 years ago | on: Ursula K. Le Guin at the National Book Awards
InAnEmergency | 11 years ago | on: Twitter Digits
1. Attacker knows victim's phone number and attempts login
2. Attacker intercepts SMS as it is sent to victim
3. Attacker completes their login process with the SMS code
InAnEmergency | 11 years ago | on: Twitter Digits