Live data from Hacker News

Viewing profile — jasonpbecker

jasonpbecker

HN member
Joined
Wed, Nov 28, 2012, 1:15 AM UTC
HN karma
1,419
Public activity
121 items

About jasonpbecker

No profile information was provided.

Recent public activity

  1. comment
    Comment #47915871

    It was a blast.

  2. comment
    Comment #47793149

    Of course they are, and the order "reduce, reuse, recycle" are in that order for a reason-- reuse (via resale) is superior to recycling the product itself.

  3. comment
    Comment #47595999

    This looks killer for analytic workloads in app or even just basic data transformation/munging from a data lake.

  4. comment
    Comment #45818671

    It's unusual that Cuomo ran as an independent trying to "spoil"-- but NYC has such a large number of Democrats (like many US cities) that the more competitive and important electio…

  5. comment
    Comment #45627694

    We did the views on view thing once when triggers, at least how we implemented them failed. This became a huge regret that we lived with for years and not-so affectionately called …

  6. comment
    Comment #43222766

    The people in charge are intentionally ignorant of things that _already exist in government_, like the OIG, 18F/USDS, etc. And since their actual goal is to slash and burn the gove…

  7. comment
    Comment #43141743

    A lot of services, (like Feedbin in my prior reply) and a lot of reader applications will permit different ways of viewing the data to get full content to appear even in truncated …

  8. comment
    Comment #43141739

    I don't really know what you mean. There's a ton of feed readers, both from an application and server side. I don't really need a lot of organization, but I've never seen a reader …

  9. comment
    Comment #42239009

    This feels like a case for a function.

  10. comment
    Comment #42019686

    >> As someone who basically uses R as a nice LISP-y scripting language to orchestrate calling low-level compiled code from other languages Except... this is exactly was R was creat…

  11. comment
    Comment #41905468

    All of these are fixed in the latest version (possibly just the beta that is about to be released to the store). That includes OPML export (which remained available online but has …

  12. comment
    Comment #41256050

    Of course you can use any number of ways to implement rich text or formatting. A lot of people want Markdown because of the portability of plain text. Markdown has served as a good…

  13. comment
    Comment #40666576

    We have a four year old application, 10+ developers, 2500+ PRs, and I don’t think a line of erlang has been written by us. Maybe there’s one or two instances of calling an Erlang f…

  14. comment
    Comment #40115691

    Note: this has been abandoned in favor of http://nvultra.com/

  15. comment
    Comment #39956450

    Most of the time I'm using `filter ... where` for cases like these... for example select column_name, MAX(value) FILTER (where meta_key='total_rows') as total_row, MAX(value) FILTE…

  16. comment
    Comment #38403783

    These are default for Hugo parsing of Markdown—- https://gohugo.io/getting-started/configuration-markup/

  17. comment
    Comment #36298464

    I definitely want to see a monitor with Vision Pro-style eye tracking and hand tracking. I'd love for eyesight and subtle gestures to fully replace pointer devices.

  18. comment
    Comment #36275487

    Managing to leave out parking costs, which could easily be $50 in a garage is very convenient. Also, I'd eat my shoe if more than 5% of cars entering Manhattan had 5 people in them…

  19. comment
    Comment #35574228

    A vote here for a SQL cell. I want folks to use Livebook and Explorer more, but a very easy win for data folks who are not familiar with Ecto and are mostly writing complex select …

  20. comment
    Comment #34492468

    One way to think about this is that CSVs are poorly specified, and what specifications do exist are ignored by CSV generating processes from popular RDBMSs. The advantage of a bina…

  21. comment
    Comment #34492385

    Yes-- that's precisely what I'm saying. They should be better at validation, and my experience is that `data.table::fread` in R is the best in class.

  22. comment
    Comment #34478320

    I tried `polars` via Explorer from Elixir, and it shit the bed in an entirely different way: ``` df = Explorer.DataFrame.from_csv(filename = "my_file.txt", delimiter: "|", infer_sc…

  23. comment
    Comment #34478295

    What you're saying is I should build and maintain my own delimited file parser with my own logic for healing these files and logging, rather than using any number of hugely popular…

  24. comment
    Comment #34477312

    A comparison of duckdb, PostgreSQL, pandas, readr, and fread when reading a delimited file with strange data.

  25. story