Viewing profile — timakro
timakro
HN member- Joined
- Fri, Feb 22, 2019, 3:50 PM UTC
- HN karma
- 156
- Public activity
- 23 items
- HN profile
- View on Hacker News ↗
About timakro
No profile information was provided.
Recent public activity
-
comment
Comment #33764709
Small correction: contrary to what the post claims this does not compile: fn main() { let s = String::from("hello"); foo(s); println!("{}", s); } fn foo(le_string: String) -> Strin…
- comment
-
comment
Comment #33737528
Amazon makes it easy to sell especially with FBA. That's as much a good thing as it can be misused. It allows new businesses to get started when they cannot afford to handle shippi…
-
comment
Comment #32534543
So it turns out the default on Debian is mawk which does NOT support Unicode. Thanks for pointing that out. This simple test gives different results for gawk and mawk. $ echo 'ö' |…
-
comment
Comment #32534399
I believe no distro actually ships this version of awk by default. They ship GNU awk which has Unicode support anyways.
-
comment
Comment #32218096
Even though I'm a prospective developer I read the title as "realizations I had when writing in a public library". I was hoping for tips or insights when working in public spaces.
- story
-
comment
Comment #29189149
Maybe if we'd do it more software would actually learn to deal with it.
-
comment
Comment #28085027
Some banks in Germany support chipTAN which doesn't require a phone. You can find a list of banks supporting chipTAN here: https://www.kostenloser-girokonto-vergleich.de/diese-bank…
- story
- story
-
comment
Comment #21680494
Great! Be sure to check out the first part if you have trouble getting started. Best of luck :)
-
comment
Comment #21675379
SWD is purposefully exposed on that board and instead of flashing via the bootloader I got flashing with gdb via SWD with the `load` command working. I just use a male header with …
- story
- story
- story
-
comment
Comment #19489643
It stands for "Transaction authentication number", in Germany this term is widely used, not sure about other European countries. And yes you are correct, this is a one-time passwor…
- story
-
comment
Comment #19319928
Thanks, I updated the post.
-
comment
Comment #19319530
Nice series you got there, I just took a look and found some really interesting projects. I would be honored for my article to be featured there!
-
comment
Comment #19316773
Fair enough, my first idea was actually to use MicroPython. With a megabyte of Flash that would have been possible, but 64K is just not enough.
-
comment
Comment #19314779
On-chip debugging with OpenOCD was actually one of the next things I wanted to try out with my drone. I need to get an ST-Link dongle because the drone doesn't have one on board. I…
- story