HackerTrans
TopNewTrendsCommentsPastAskShowJobs

clowen

no profile record

Submissions

[untitled]

1 points·by clowen·4 years ago·0 comments

FeatureBase: Open-Source, Real-Time Database Built on Roaring Bitmaps

github.com
37 points·by clowen·4 years ago·12 comments

comments

clowen
·4 years ago·discuss
Just so everyone in HN knows. I recently passed two months as a dev rel. Congratulatory post accomplished!
clowen
·4 years ago·discuss
4. Needing what is essentially the same tech multiple times to do the same thing.
clowen
·4 years ago·discuss
1. We can see the corners that were cut and have either been forced to do the same or know how it could have been done better.

2. Having to use some piece of tech because of some external requirement. Especially when there's a preferred alternative.

3. Genuine desire to not use tech for something. If you spend all day working on and with tech, you don't really need a toaster telling you the weather in the morning.

In short, I find myself less hating technology directly, but the half assery that is a symptom of a lot of other things I hate.
clowen
·4 years ago·discuss
The story as I know it:

Three soldiers wander into a town and watch as the townspeople shutter themselves into their homes.

The first two soldiers, out of rations, start to knock on doors and asking if anyone has any food, but no one answers. The third says: "I have an idea, start a cooking fire in the town square and get some water boiling. I've got to find the right ingredient."

They do as they were told, and the third makes a show of trying to find just the right stone. Making sure the town hears and sees them. They bring the "perfect" stone back, and place it in the pot of boiling water. The other two soldiers start to question, but the third tells them to just shut up and watch.

After boiling a stone for 10 to 15 minutes, one of the villagers comes out to ask what the soldiers are doing. "Making stone soup." replies the soldier, "Though it is usually better with some potatoes or carrots."

The villager lights up, "I have carrots!" They run to their home, come back with a handful of carrots, and add them to the soup. Seeing this, other villagers begin to emerge from their homes, and each suggesting a new ingredient.

Over and over this happens until someone tries to put raw salmon in and is thrown out of the town. I mean, until they have a full and hardy stew going, with more than enough to feed the entire town.

The morale of the story being to always have enough rations.
clowen
·4 years ago·discuss
Probably not, first thought I had was Lucerne dairy products.
clowen
·4 years ago·discuss
It felt like a natural metaphor.
clowen
·4 years ago·discuss
This should also be a good time to review all of your meetings.

One of the biggest delineations between engineering levels is the amount of autonomy afforded.

With no juniors, there should be less time needed for team meetings.
clowen
·4 years ago·discuss
https://github.com/features/copilot
clowen
·4 years ago·discuss
Take a look at GitHub's Copilot. I used the technical preview and if you're already paying for gh it may be included. It actually helped keep me more focused on the solving aspects then the, what is the correct spelling, format, etc.
clowen
·4 years ago·discuss
Are you considering using the esp-idf? https://github.com/espressif/esp-idf

I'm developing a product based on the esp32. Once I got my mind around the IDF, it handles a lot of the productization element.

Specifically it has a means for handling config at compile time, allowing for more flexibility without the need for a new version of the code per update.
clowen
·4 years ago·discuss
First thought was going blind charging my smart glasses, but: "in the form of safe infrared light"
clowen
·4 years ago·discuss
There have been some good events from this group. https://www.meetup.com/DevOpsDC
clowen
·4 years ago·discuss
I worked with Francisco at Harrison Clarke finding my latest position: https://www.linkedin.com/in/franciscomadrigal1

Harrison Clarke specializes in SRE/DevOps

I'm in Rockville MD, just outside DC. But they also work remote. Really drilled down on what I want and found me the right opportunities.

All around best hiring experience I've had.
clowen
·4 years ago·discuss
I am planning to use it in a project to make the new Congressional API data more approachable for people.

https://api.congress.gov/#/

Hopefully make it easy to find all the bills that your specific congress person was involved in for example.
clowen
·4 years ago·discuss
My focus is usually from a game dev standpoint. I might see how quickly I can put together an A* algorithm on a 2d array. Or Conway's game of life as a similar, how easily can I process these things.

Should note I often work on 2d tile based games.
clowen
·4 years ago·discuss
Happy to see things like CDK acknowledged as a next step, and being adopted. Though I've been fighting for that in my SRE teams.

Something that is forgotten with CDK is that you can do anything else with your code. Importantly that might mean inspecting the current AWS region for the number of AZs (a use case we were looking at years ago).

Couple other use cases that had come up in our discussions:

- Reach out to real time config

- Setup prerequisites (VPCs and networking)

- Play tetris while waiting (immediate followed by "ok we're reviewing your infra setup next")
clowen
·4 years ago·discuss
If you don't upvote it, it will for you.
clowen
·4 years ago·discuss
As a hiring manager, the certs are ok, but the experience is what matters.

I always ask engineers this "What do you think about the AWS documentation?" If you've had to actually parse through it yourself to learn how to get something working, that's more valuable.
clowen
·4 years ago·discuss
You'd be surprised how much efficiency an engineering team can squeeze out of their games with time and motivation. A lot of bloat happens just to get the game out the door and is then good enough.

While I didn't work on the port itself, the effort that went into the Doom Eternal switch port paid off pretty well. https://www.eurogamer.net/digitalfoundry-2021-doom-eternal-s...

I'm hopeful that working with Nintendo would provide the time, money, and expertise needed to put the effort into making this a solid port.
clowen
·4 years ago·discuss
For some background on why not.

Nintendo didn't make any money from the PC sales, so it needs to have revenue from this launch.

And for Factorio itself, the effort of porting to the Switch, and then the effort of going through validation with Nintendo. Even if they didn't want to charge you again, the company would need to cover the cost of dev kits, extra engineers, and a whole extra channel for development/release.