Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
tylerpachal
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
tylerpachal
3y ago
With CacheX being involved the memory leak you mention in your parent comment might be caused by ETS holding references to your binaries. I ran into something similar a few years ago and wrote about it here[0], but the tldr is that you can
2.
▲
by
tylerpachal
3y ago
Not specific to fossil fuels, but there is Earth Overshoot Day[0] > Earth Overshoot Day marks the date when humanity has used all the biological resources that Earth regenerates during the entire year. [0]: https://www.oversho
3.
▲
by
tylerpachal
4y ago
Are remote opportunities open to Canadians?
4.
▲
by
tylerpachal
4y ago
This is the first new app I have downloaded in a long time, it is a lot of fun!
5.
▲
by
tylerpachal
5y ago
In addition to what the offer recommended in the "Scheduling work" section, using the `:timer.send_interval()` can be useful if you want to do something every X seconds, instead of every X + Y seconds, where Y is the time it takes
6.
▲
Ask HN: What is your remote working office setup?
3 points
by
tylerpachal
7y ago
|
4 comments
7.
▲
by
tylerpachal
7y ago
Thanks!
8.
▲
by
tylerpachal
7y ago
Somewhat related: I want to build my own electric car, well, convert an ICE car to an electric one. I have the fabrication skills but I want to learn more about of the _electric_ stuff (the motor, AC vs DC, the controller, differences in b
9.
▲
by
tylerpachal
7y ago
It would be great if more people did this. In my opinion, air travel is pretty low hanging fruit when it comes reducing personal carbon footprints. I'll spend some time closer to home rather than hopping across the ocean/contine
10.
▲
by
tylerpachal
7y ago
Cool! I don't know much about bird conservation efforts but it is encouraging that we are having success in some areas.
11.
▲
by
tylerpachal
7y ago
(serious) Is there any hope? Its just one problem after another (probably because everything is linked). What are the chances that we will get our act together or be able to engineer ourselves out of all of these problems?
12.
▲
by
tylerpachal
7y ago
Sangria is an excellent GraphQL library for Scala! Very sadly Oleg Ilyenko, the maintainer, passed away recently[0]. [0] https://twitter.com/etorreborre/status/1126921902386184195?s...
13.
▲
by
tylerpachal
7y ago
A resource for finding jobs for "green" companies would be great. At least here in Canada, my searches that intersect "software" with "green"/"renewable"/"wind"/etc yield nex
14.
▲
by
tylerpachal
7y ago
Tagging onto this to see if anyone knows of resources for jobs in Canada. I search every once in awhile for those key terms but finding an intersection with software jobs yields basically nothing.
15.
▲
by
tylerpachal
8y ago
I really want to get the MP02 but the reviews on /r/punkt are all pretty damning.
16.
▲
by
tylerpachal
8y ago
I don't think this is the original source (I seem to remember a blog post with better diagrams), but this post [0] does a good job introducing pieces you need as your number of users increases. It is specific to Amazon, but the concep
17.
▲
by
tylerpachal
8y ago
Powergrid is my favorite free for all game at the moment. If you have enough people together then Scotland Yard is a great 1 vs many game to play as well.
18.
▲
by
tylerpachal
8y ago
I would love to contribute to these kind of things, but unless I was missing something on that website, there were no links to jobs/careers. Do you happen to know of a list of companies that hiring for climate change related fields? O
19.
▲
by
tylerpachal
8y ago
You should try Elixir and Phoenix. Phoenix is similar enough to Rails that you won't feel totally lost, while using Elixir will teach you about functional programming and actor systems.
20.
▲
by
tylerpachal
8y ago
Do you automate the selling as well?
21.
▲
by
tylerpachal
8y ago
If you are interested in cooking/food, I get a laugh out of Brad Leone's show on YouTube called "Its Alive", where he focuses mainly on fermented foods. Recent episode: https://www.youtube.com/watch?v=7T4
22.
▲
by
tylerpachal
9y ago
I moved from Canada to Korea. The most difficult part was getting a phone, which depended on having a bank card, and the bank card depended on having my residency card. No individual part was difficult, but each step took time ("come
23.
▲
by
tylerpachal
9y ago
I gave my first ever talk last night for the Toronto Elixir meetup (Introduction to Actors in Elixir). It was a lot of fun! The author here is correct about the time, my talk was around ~20 minutes, but I probably spent close to 10 hours
24.
▲
by
tylerpachal
9y ago
Awesome thanks for the info! I guess I have never really thought about the case where my supervisor would go down before the workers would. But you're right the processes are "linked" in Elixir as well.
25.
▲
by
tylerpachal
9y ago
I wrote a blog post[0] that walks through some example Elixir code to explain it. It boils down to having Supervisor processes that monitors worker processes (or other supervisor processes), and the supervisor receives a message when the wo
26.
▲
by
tylerpachal
9y ago
OTP comes from Erlang (which Elixir is built on) and it is a framework that is used for creating distributed applications (it originally stood for Open Telecom Platform). It has databases, a test framework, and debugging tools to help. Dow
27.
▲
by
tylerpachal
9y ago
Elixir and OTP. Really enjoying it and writing some blog posts about it. My latest [1] was an experiment in creating my own simple supervisor. I am working my way up to having an Elixir application spread across many containers where the
28.
▲
by
tylerpachal
9y ago
There is a small typo in the "Why link.fish API?" section on the homepage: > Additionally, do we have a growing collection of custom parsers for websites and website independent parsers for specific data. I don't think you
29.
▲
by
tylerpachal
9y ago
You are probably correct. The server-side GQL implementations I have worked on expect only POST requests, and expect each requests' body to contain a query or a mutation.
30.
▲
by
tylerpachal
9y ago
We are using the Sangria[0] framework with a Play[1] app. Sangria does all of the GQL related stuff and Play dos the usual server stuff. Sangria's documentation is quite good, but the part that answers your question will be in the &qu
More ›