Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
andreineculau
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
andreineculau
9mo ago
I understand the simplicity angle. https://github.com/elasticdog/transcrypt has been around for a long time and strikes that balance very well in my opinion. And it's just a bash script that can also be committed
2.
▲
by
andreineculau
2y ago
You've got nothing to worry Been doing it for more than a decade and yet to get in trouble. Not one issue. Doing it consistently for my teams as we decrease cognitive load (developing on macs but targeting unix). Others would confirm
3.
▲
by
andreineculau
2y ago
How do these stack up to https://www.timescale.com/ ?
4.
▲
Show HN: tfrepl – A Terraform REPL
(github.com)
2 points
by
andreineculau
3y ago
|
0 comments
5.
▲
by
andreineculau
4y ago
KATT https://github.com/for-GET/katt is the same concept, but following the pattern matching philosophy. Written in Erlang, available as a CLI tool as well but needs the erlang runtime installed. Code example: https:&
6.
▲
by
andreineculau
4y ago
Erroneous send out by Apple according to https://www.macrumors.com/2022/07/28/apple-erroneously-sendi...
7.
▲
by
andreineculau
4y ago
That's because there are no arm runners on GitHub actions. So you now emulate arm, thus slow. You can add hosted arm GitHub runners or register arm hosts for docker and see down to earth build times.
8.
▲
by
andreineculau
4y ago
This 100!
9.
▲
by
andreineculau
4y ago
I'm happy to see dagger, because it is something that I have been working with since 2016, and ended up creating https://github.com/ysoftwareab/yplatform It uses well-tested software (GNU Make, Bash, Homebrew, Doc
10.
▲
by
andreineculau
4y ago
I second that. DiffMerge every day for almost 10y
11.
▲
by
andreineculau
4y ago
For diffing yes but for merging... I have never gotten myself to use anything but DiffMerge. And now with their rewrite and price tag... Never ever.
12.
▲
by
andreineculau
5y ago
When you say everything contained in the project, you forget that there's more to life than just node/javascript. Just two silly examples: you cannot run/deploy your API backend without docker/kubernetes/aws-cli
13.
▲
by
andreineculau
5y ago
Nowadays there's Windows Subsystem for Linux. There's no excuse not to successfully run "Linux" scripts on Windows. I've been running very complex build systems via https://github.com/ysoftwareab
14.
▲
by
andreineculau
5y ago
I have never bumped into that article before, thanks for that. I did implement though that uniform interface in https://github.com/ysoftwareab/yplatform
15.
▲
by
andreineculau
5y ago
https://github.com/ysoftwareab/yplatform that this a notch higher (disclaimer: author here) As others have mentioned on this thread, the problem is not just "use Makefiles instead of package.json scripts", bu
16.
▲
Show HN: Version controlled IETF RFCs (draft,RFC,errata,ABNF)
(github.com)
2 points
by
andreineculau
5y ago
|
0 comments
17.
▲
by
andreineculau
5y ago
This is exactly my experience which lead me to create https://github.com/ysoftwareab/yplatform - with a consistent make interface https://github.com/ysoftwareab/yplatform/tree/master/
18.
▲
by
andreineculau
5y ago
From GNU Make webpage: > GNU Make is a tool which controls the generation of executables and other non-source files of a program from the program's source files. What is idiosyncratic is to think Make is first a command runner, and
19.
▲
by
andreineculau
5y ago
Funny but I've also done this. Thanks for sharing! Depending on the context, if you don't want this in git history, and want to handle git submodules, there's also git-archive-all https://github.com/roehling&#
20.
▲
by
andreineculau
5y ago
> Professionalizing the role of maintainer My 2c are that the problem is there, not specifically to OSS. The whole industry is looking down on maintenance and maintainers. Keeping things working might not be a great career, but it's
21.
▲
by
andreineculau
5y ago
I've also been having bash as a strict req for tool language. As you say there are 1% or less cases where you can benefit from using smth else but that's 1%! My team had js as the main language and that's what we had that 1%
22.
▲
by
andreineculau
5y ago
Thought about that last year. You wouldn't have your solutions public but any chance?
23.
▲
by
andreineculau
5y ago
I can double down on that. I have developed a pattern to use any language (but we used js/python) to generate cloudformation templates. This has started in 2016, long before CDK. The idea originated in GCP's docs where they presen
24.
▲
by
andreineculau
5y ago
A chatbot as an interface to NLP + searching a comprehensive FAQ ==> yes please! So basically improve on Google search by adding your own ontology. But otherwise, please no. Who ever liked calling a service and click 1, 1, 9, ... ? Then
25.
▲
by
andreineculau
5y ago
> For one, it's closer to a proper programming language as opposed to straight up data interchange format. Sure if you write it in YAML than you can take advantage of variables but YAML's syntax for variables is pretty gross. S
26.
▲
by
andreineculau
5y ago
Thanks! It's always nice to read HN threads and get "better" (subjective maybe) alternatives than the original post
27.
▲
Apple allows children to access casual-sex and BDSM apps
(theguardian.com)
2 points
by
andreineculau
5y ago
|
0 comments
28.
▲
by
andreineculau
5y ago
I never thought I'd ever be defending Microsoft, but 2nd screenshot 1. tells you why 2. tells you that once Teams fully supports Safari, this workaround will not be necessary.
29.
▲
by
andreineculau
5y ago
Given that the API is the product, their API style leaves many things to desire. Concrete example: Account details https://nordigen.com/en/docs/account-information/overview/pa... : alright, I send in a
30.
▲
by
andreineculau
5y ago
Or: thanks for revealing a possible improvement on hckrnews ;)
More ›