Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jasonpbecker
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
jasonpbecker
5mo ago
It was a blast.
2.
▲
by
jasonpbecker
5mo ago
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.
▲
by
jasonpbecker
6mo ago
This looks killer for analytic workloads in app or even just basic data transformation/munging from a data lake.
4.
▲
by
jasonpbecker
11mo ago
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 election is typically the primary election (which de
5.
▲
by
jasonpbecker
11mo ago
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 "view mountain". We finally slayed viewed mountain
6.
▲
by
jasonpbecker
2y ago
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 government so that it's literally unable to function,
7.
▲
by
jasonpbecker
2y ago
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 feeds. That said, non-full content feeds are pretty rare out
8.
▲
by
jasonpbecker
2y ago
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 without support for folders. If you need
9.
▲
by
jasonpbecker
2y ago
This feels like a case for a function.
10.
▲
by
jasonpbecker
2y ago
>> 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 created to do, with a focus on mathematical/statistica
11.
▲
by
jasonpbecker
2y ago
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 returned to the app), arranging items (always possible throu
12.
▲
by
jasonpbecker
2y ago
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 mechanism for plain text formats that still can do a bit mo
13.
▲
by
jasonpbecker
2y ago
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 function in Elixir, but we’re 94.7% Elixir, 3.7% HTML, 1.1% J
14.
▲
by
jasonpbecker
2y ago
Note: this has been abandoned in favor of http://nvultra.com/
15.
▲
by
jasonpbecker
2y ago
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) FILTER (where meta_key='not_n
16.
▲
by
jasonpbecker
3y ago
These are default for Hugo parsing of Markdown—- https://gohugo.io/getting-started/configuration-markup/
17.
▲
by
jasonpbecker
3y ago
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.
▲
by
jasonpbecker
3y ago
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. I'd guess the number is sub 0.5%.
19.
▲
by
jasonpbecker
3y ago
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 statements would be a sql code block that can easily referen
20.
▲
by
jasonpbecker
4y ago
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 binary format with a specification and approved standard that is
21.
▲
by
jasonpbecker
4y ago
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.
▲
by
jasonpbecker
4y ago
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_schema_length: nil) {:error, {:polars,
23.
▲
by
jasonpbecker
4y ago
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 delimited file parsers used by hundreds of thousands (
24.
▲
Delimited files are hell– a comparison of methods to read bad files
(json.blog)
8 points
by
jasonpbecker
4y ago
|
9 comments
25.
▲
by
jasonpbecker
4y ago
A comparison of duckdb, PostgreSQL, pandas, readr, and fread when reading a delimited file with strange data.
26.
▲
by
jasonpbecker
4y ago
Having written tens of thousands of lines of R code that I've been maintaining and using for production pipelines for 9 years... Sounds like you worked with (or wrote) really bad R code.
27.
▲
by
jasonpbecker
4y ago
The battery will be useless in 8-12 months if you keep it plugged in nearly 24/7.
28.
▲
by
jasonpbecker
4y ago
We are getting tons of utility scale solar: > Utility-scale solar power generation in the U.S. is surging. This year, almost half the 46.1 gigawatts (GW) of generating capacity added to the grid will be solar, according to the U.S. Energ
29.
▲
by
jasonpbecker
4y ago
I am pretty sure all of his problems would be fixed with Feedbin, which offers a great in-browser interface, shows all the feeds on the page when adding a URL, and helps with the firehose issue with filters. I also prefer Reeder to a large
30.
▲
by
jasonpbecker
4y ago
This massively underrates the cost and challenge of brine waste remediation and fails to account for the cost to our broader need to reduce carbon emissions by redirecting large solar projects to brand new energy uses versus replacing exist
More ›