Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
iveqy
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
iveqy
3mo ago
The way I usually solve this is by using git submodules.
2.
▲
by
iveqy
4mo ago
It does not solve all supply chain issues, it do solve some supply chain issues. Not being able to see if the source code shipped is the same as been used for creating the binary is scary
3.
▲
by
iveqy
10mo ago
Seems as a good idea to pitch git-appraise https://github.com/google/git-appraise I'm not part of the project at all, but this is the only offline code review system I've found.
4.
▲
by
iveqy
11mo ago
I built my own ERP system for handling my business. It's also an TUI and has been here on Hacker News a few times. About training new staff, there's actually studies done on it: https://pmc.ncbi.nlm.nih.gov/article
5.
▲
by
iveqy
1y ago
I'm looking for something that you can embedd in your own application. LaTeX would be great but it's not really nice to have WEB code in your C application. It's also has a bit troublesome license.
6.
▲
by
iveqy
1y ago
I hope you've found https://stackoverflow.com/questions/1711631/improve-insert-p... It's a very good writeup on how to do fast inserts in sqlite3
7.
▲
by
iveqy
1y ago
Om working om a distributed erp system. The goal being native ui in android, iOS, Mac OS, web, windows, Linux and curses with crazy fast response times. No user operation takes longer than 100 ms.
8.
▲
by
iveqy
2y ago
I'm working with SBoM, one fun side effect is that you can scan SBoM's for vulnerabilities. Suddenly hackers, your customers and your competitors starts do to this and you need to make sure your third party dependencies are update
9.
▲
by
iveqy
2y ago
I also switch between a lot of computers (work computer at home/work computer at work) but have to develop on "big powerful machine at work". My current solution is tmux + nvim and it works really good. I can just pickup a se
10.
▲
by
iveqy
2y ago
I think you'll like dwm and other suckless tools. They have configuration as code and require a recompile after a configuration change.
11.
▲
by
iveqy
2y ago
I strongly disagree. You should always keep the code as simple as possible and only add abstractions once you really need them. Too many times I've found huge applications that it turns out be most scaffolding and fancy abstractions wi
12.
▲
by
iveqy
2y ago
This seems to be almost the same as androids repo tool. https://android.googlesource.com/tools/repo Personally I don't see the difference between this and submodules. Repo stores the information in xml files, vdm
13.
▲
by
iveqy
2y ago
The beauty with a static site is that if you have a copy of the generated output, using the site generator becomes optional. You can always move away from using it (but not moving back). This means that a "custom buggy sitegenerator&qu
14.
▲
by
iveqy
2y ago
Git is actually using that approach which means that libgit is pretty useless to embed, which noone does anyway since it's GPL and everyone instead uses libgit2.
15.
▲
by
iveqy
2y ago
I'm actually developing this as a ERP system. It has been featured here a few years ago, and old demo can be found here: https://www.youtube.com/watch?v=W3kpD7om_aQ The goal is to have a fully distributed multi UI ERP
16.
▲
by
iveqy
3y ago
PlasticSCM has semantic merge that does something like that: https://docs.plasticscm.com/semanticmerge/intro-guide/semant...
17.
▲
by
iveqy
3y ago
I would really love to read a comparison with sourcehut
18.
▲
by
iveqy
3y ago
Developers has solved this is most VCS by merging changes. The trouble with merging is that it's hard to explain and hard to visualize for non technical users. Once that problem is solved, there's a lot of nice tools to use for co
19.
▲
by
iveqy
3y ago
There more I work the less I care about no-code or development languages. The cost is in requirements and dependencies. The tools and implementation is the cheap part.
20.
▲
by
iveqy
3y ago
Isn't it a huge performance problem? Running a headless browser is quite heavy?
21.
▲
by
iveqy
3y ago
So far it's an one person thing, I've been working on it on and off for 11 years. It has a this UI layer meaning that I so far has a text interface (that you can see a demo of here https://www.youtube.com/watch?v=W
22.
▲
by
iveqy
3y ago
I would love to but I'm planning to make it a living off it and haven't really figured that part out yet. https://www.youtube.com/watch?v=W3kpD7om_aQ
23.
▲
by
iveqy
3y ago
Unfortunately not, it’s a complicated process. I’m working with a software that does this and is using wktmltopdf and it’s a real mess
24.
▲
by
iveqy
3y ago
Really nice to see! Since the past several years I'm working on a text based ERP system (that of course do invoicing as well). Nice to see that there's a demand!
25.
▲
by
iveqy
3y ago
I'm curious about the security implications with using distcc. Doesn't this mean that if one computer gets compromised, the attacker can run code on all other computers using distcc, or secretly inject malicious code in the build
26.
▲
by
iveqy
3y ago
You probably already seen it but here's a very good write up on how to improve insert performance: https://stackoverflow.com/questions/1711631/improve-insert-p...
27.
▲
by
iveqy
3y ago
I tried to use it, but my git repo was too big and it become painfully slow. I filed a bug an the issue was fixed within a few weeks. Very good interaction with the developers! However that also meant that I needed an alternative. So let&#x
28.
▲
by
iveqy
4y ago
See my comment about apkovl
29.
▲
by
iveqy
4y ago
Looks a lot like apkovl https://wiki.alpinelinux.org/wiki/Alpine_local_backup for Alpine linux. Not the most easy to grasp documentation but it's basically a package (apk, similar do rpm or deb) that each has its
30.
▲
by
iveqy
4y ago
I think there's actually something in this. That's why I've created my own CRM/ERP system. All page loads that are slower than 100 ms is considered a bug and I'm usually on under 50 ms. And of course I've a TUI
More ›