jsherer | 3 years ago | on: Over 15% of world population has a headache on any given day
jsherer's comments
jsherer | 3 years ago | on: Over 15% of world population has a headache on any given day
In September I got a blood panel from my GP and noticed low levels of essential vitamins. In October, I had 12 migraines. I started supplements for B12, Vitamin D, Vitamin K, etc. The migraines decreased each month: in November to 9, then 3, then 1. In February I had my first migraine free month in years.
Neurology is complicated. Migraines/headaches can be caused by a variety of factors. I chose to rule out things in my control (diet, exercise, stress, sleep, and finally vitamins) before taking daily use migraine medicine.
jsherer | 5 years ago | on: Ask HN: What are you working on?
[1]: http://js8call.com/
jsherer | 5 years ago | on: Intruder at the top of the 20 meter amateur band?
jsherer | 5 years ago | on: Ham radio is not dying, it's evolving
jsherer | 5 years ago | on: Ham radio is not dying, it's evolving
jsherer | 5 years ago | on: Ham radio is not dying, it's evolving
jsherer | 5 years ago | on: Ham radio is not dying, it's evolving
And a video walkthrough I did just a few months ago: https://www.youtube.com/watch?v=rz0Cpkaol-o
jsherer | 9 years ago | on: Golang Proposal: Compile-Time Functions and First Class Types
jsherer | 9 years ago | on: Russian robot escapes lab. Again.
Curious on the 40 minutes here. Why'd it take so long to recover?
jsherer | 10 years ago | on: An LSM-Tree-based Ultra-Large Key-Value Store for Small Data [pdf]
> Note that LSM-trie uses hash functions to organize its data and accordingly does not support range search.
Range search, while not directly applicable to all data sets, is an important feature of the LSM data stores compared (LevelDB & RocksDB).
The authors acknowledge this and say:
> There are techniques available to support the command by maintaining an index above these hash-based stores
So, don't plan on using an LSM-Trie for a direct replacement for your LevelDB or other LSM-Tree based projects that rely on Range searches without considering the additional complexity of building and maintaining an index to perform those Range searches.
jsherer | 10 years ago | on: Ask HN: Who is hiring? (March 2016)
We're looking for someone to join our fully-remote Engineering and DevOps team at Zapier to help scale and automate the billions of tasks.
Here are some things you'll get a taste of:
* Be an important member of our Engineering and DevOps team, working to scale our fast growing and unique system
* Write application code to support new features
* Build tooling to increase visibility into our running production systems, measure performance continuously, and act upon changes
* Automate disaster recovery efforts, including introducing random "chaos" into the system to test and improve overall resiliency to failures
* Tune the engine that supports hundreds of thousands of users every day
Sound like a good fit? Give this a look over and get in touch! We'd love to hear from you:
https://zapier.com/jobs/application-reliability-engineer-spr...
jsherer | 10 years ago | on: Show HN: Lanes – a minimalist week-planner and Pomodoro timer
You need something like...
Lanes is a simple to-do list with a built in pomodoro tracker designed
to help you stay focused during your day.
-- Insert screenshot of Lanes in action --
Here's how it works:
1. Build your to-do list for each day
2. When you're ready to work, start a pomodoro tracker.
The top task for the day is what you should be working on.
3. Once your pomodoro is up... stand up, stretch, and if you've completed
your task, mark it as done.
4. After your short pomodoro break, goto 2.
-- Insert testimonials about how lanes helped your customers save X
amount of time or get N things done or achieve 100% increase
in tasks completed --
What are you waiting for... you should sign up
for Lanes and start getting things done!"jsherer | 10 years ago | on: Pyjion – A JIT for Python based upon CoreCLR
Looks like the authors are focused on Windows for their initial prototype development.
jsherer | 10 years ago | on: OpenBSD laptops
> As ever, support for Broadcom wifi and Nvidia graphics is nonexistent.
This is exactly the big issue with adoption of any *nix system on laptop or desktop. No user wants to have to live with quirks. Users just want their system to work.
jsherer | 10 years ago | on: Secondary indexing with Redis
I have some suggestions for a better marketing message, so shoot me an email (address in profile) if you want to discuss further.
jsherer | 10 years ago | on: ShinySDR – Software-defined radio receiver app with a web-based UI and plugins
jsherer | 10 years ago | on: Counting Bloom Filter: Efficient d-left implementation in Go
jsherer | 10 years ago | on: Billions of request per day meet Go 1.5
jsherer | 10 years ago | on: Billions of request per day meet Go 1.5
While I certainly don't have billions of requests per day, the millions of requests I do process are important and these results show that I need to do a bit more profiling to figure out what's going on inside...
March: 0
April: 0