Weekly Update 02/14~02/20 2021
Links i’ve received from friends
- http://boringtechnology.club Must Read
- https://crawshaw.io/blog/one-process-programming-notes
- https://www.postgresql.org/docs/12/ltree.html
- https://kitto-yakudatsu.com/archives/7206 Hacking your home smart meter (Japan houses)
- https://www.redblobgames.com/
Other links
- https://nshipster.com/secrets/ Really usefull way to keep secres on iOS using swift
TIL
- Debug ruby without Pry from https://twitter.com/tonyfabeen
$ ruby example.rb
From: example.rb @ line 3 :
1: def func(input)
2: a = 1
=> 3: binding.irb
4: a + input
5: end
6:
7: puts func(0)
irb(main):001:0> a
=> 1
irb(main):002:0> input
=> 0
irb(main):003:0> a = 2
=> 2
irb(main):004:0> input = 3
=> 3
- Clubhouse is a live podcast with a bunch of entrepreneur, change my mind.