Live data from Hacker News

Viewing profile — timakro

timakro

HN member
Joined
Fri, Feb 22, 2019, 3:50 PM UTC
HN karma
156
Public activity
23 items

About timakro

No profile information was provided.

Recent public activity

  1. 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…

  2. comment
  3. 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…

  4. 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 'ö' |…

  5. comment
    Comment #32534399

    I believe no distro actually ships this version of awk by default. They ship GNU awk which has Unicode support anyways.

  6. 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.

  7. story
  8. comment
    Comment #29189149

    Maybe if we'd do it more software would actually learn to deal with it.

  9. 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…

  10. story
  11. story
  12. comment
    Comment #21680494

    Great! Be sure to check out the first part if you have trouble getting started. Best of luck :)

  13. 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 …

  14. story
  15. story
  16. story
  17. 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…

  18. story
  19. comment
    Comment #19319928

    Thanks, I updated the post.

  20. 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!

  21. 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.

  22. 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…

  23. story