Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
nooorofe
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
nooorofe
2y ago
it was fixed with workaround, in newer versions, they copy statically compiled nodejs to the server and it works.
2.
▲
by
nooorofe
2y ago
Airflow is far from perfect, but I don't understand your concerns. I work in a big and messy company and even messier department. We have jobs running in Databricks, Snowflake, sometimes we read data from API end points, or even files
3.
▲
by
nooorofe
2y ago
> if you want to convert some scheduled pipeline to some event-driven architecture Airflow has sensors and triggers. https://airflow.apache.org/docs/apache-airflow/stable/author... But in the core it is bu
4.
▲
by
nooorofe
3y ago
There is nice summary on the topic: https://aws.amazon.com/blogs/big-data/choosing-an-open-table... ("Optimizing read performance"). Those technologies primary "Data Management at Scale" but th
5.
▲
by
nooorofe
3y ago
from zoneinfo import ZoneInfo import pendulum import datetime def pendulum_to_datetime(pendulum_dt: pendulum.DateTime) -> datetime.datetime: return datetime.datetime.fromtimestamp(pendulum_dt.timestamp(),
6.
▲
by
nooorofe
3y ago
>pendulum is probably your best bet It is best until you work with Pandas DataFrame ( https://stackoverflow.com/questions/47849342/making-pandas-w... )
7.
▲
by
nooorofe
3y ago
I doubt it was .exe, probably .msi (installer) or zip file.
8.
▲
by
nooorofe
3y ago
no sure it is relevant, probably all heavy lifting done in C++ and Rust https://searchfox.org/mozilla-central/search?q=render&path=&...
9.
▲
by
nooorofe
4y ago
https://github.com/evolus/pencil
10.
▲
by
nooorofe
4y ago
I think the article and most of the commentators are missing a real problem. The real problem is that there is an underlying complexity, which has no simple solution - collaboration of teams/groups of people with different expertise an
11.
▲
by
nooorofe
4y ago
I am using Java occasionally, there isn't any special learning curve if you know basic syntax. Same as in Python you don't start with Jdango and virtual environments, you shouldn't start using Java with Spring Boot/Sprin
12.
▲
by
nooorofe
4y ago
Term "toxic" is toxic by itself. Periods when engineer don't understand the problem should be spent on analysis of the problem domain. "Now I am working on defining the problem domain" - is an activity to work "
13.
▲
by
nooorofe
4y ago
Talend Studio? https://www.talend.com/products/talend-open-studio/
14.
▲
by
nooorofe
4y ago
Apache Airflow is tool for *analytical data* pipelines. If you want to create a daily/monthly data feed from your operational DB, move to it into Data warehouse, run jobs to process/aggregate that data and create daily/weekly
15.
▲
by
nooorofe
4y ago
very basic use cases: * run job for given reporting_period * backfill data for reporting_period between N and M * lookup failed jobs Nothing in Databricks supports that.
16.
▲
by
nooorofe
4y ago
he has "a wonderful secretary who looks at the incoming mail"
17.
▲
by
nooorofe
4y ago
People like [Sam Walton]( https://en.wikipedia.org/wiki/Sam_Walton ) born in poor farmer family or [Jeff Bezos]( https://en.wikipedia.org/wiki/Jeff_Bezos ) son of 17 year old high school student mothe
18.
▲
by
nooorofe
4y ago
do you have doubts those people are skilled? https://en.wikipedia.org/wiki/Brad_Fitzpatrick https://news.ycombinator.com/item?id=21727925
19.
▲
by
nooorofe
4y ago
there is a strict mode https://sqlite.org/src/wiki?name=StrictMode
20.
▲
by
nooorofe
5y ago
> No Java I am not sure what "essential tool" means if pandoc included in it. For me Intellij, Eclipse, Dbeaver are more essential (+ few other Specific tools based on Eclipse). C# - I am not sure, MS Office?
21.
▲
by
nooorofe
5y ago
> Python Design Patterns My brain puts it next to: globe of China, Jewish Olympic games (real thing).
22.
▲
by
nooorofe
5y ago
I have mixed feeling about Nim. I've tried to learn it few years ago. It was "sold" like a Python replacement, it looks like a Python a bit, but when you write code it feels nothing like python at all. Few things made me conf
23.
▲
by
nooorofe
5y ago
Yes, that part is different, reusability of the code is not expected to be the same as normal software code. Not different that the code starts from requirements (which are different) and it should be correct, which basically is the "f
24.
▲
by
nooorofe
5y ago
I don't like the code. My start point would be that import pandas as pd import numpy as np if __name__ == "__main__": n_samples = 10000 samples_np = pd.DataFrame(np.random.randint(1, 7, n_sample
25.
▲
by
nooorofe
5y ago
For a bigger code base projects fixed typing contributes to speed of development. Add to it dependency management you will have clear win-win for something like Java over Python.
26.
▲
by
nooorofe
5y ago
Talend is sold sort of well (ex. https://help.talend.com/r/mjoDghHoMPI0yuyZ83a13Q/YYVSsDiyJ3v... )
27.
▲
by
nooorofe
5y ago
What about running those apps on Android and iPhones?
28.
▲
by
nooorofe
5y ago
Same here, I can use nim.exe on desktop, but nimble.exe is killed SentinelOne. It works on Linux machines. Before they were deleting everything named bash.exe (not anymore).
29.
▲
by
nooorofe
5y ago
There is another side of it. Changing position for better working environment is unpredictable. With rare exceptions the job description and what was discussed during job interview is very different from the actual job I do after accepting
30.
▲
by
nooorofe
5y ago
It is only a plan only (partially implemented). I am separating code to clean and ad-hoc. Clean code is "supported" - maintained (jobs monitored/failures handled/bug fixed) by more professional developers, if somebody wh
More ›