Hacker Newsnew | past | comments | ask | show | jobs | submit | stephankoelle's commentslogin

In some products, certain AI features have become expected. If a product doesn’t include them, it risks losing customers, making it a net negative for the market. At this point, companies either invest in AI or risk falling behind.


Can you name some of those products?


A/B Testing: Automate test setup and simplify result analysis. E-commerce: Use AI to generate synonyms for more relevant search results. Issue Tracker: Implement natural language search to find tickets more easily.

Sorry, this are only the categories. But i have actual products in mind.


Don't autoplay in a loop it's very annoying. With that gone, it will be fun. Remove drag and drop.


I can recommend jabba, especially jabbaw together with mvnw.

https://github.com/Jabba-Team/jabba


For version managers I've switched to using mise - https://mise.jdx.dev/ - supports pretty much everything, all in one place. I have it managing java, node, php, and even tools like awscli, gitleaks, and anything else that might be needed to get a project up and running by a new developer.


Thanks, this looks good.


do you know https://www.jbang.dev/ ?

btw. installing "java" is now very easy, you just need to install jetbrains toolbox, from there install intellij community edition (1 click), which installs a jdk for you with (2-3 clicks), when it detects that you need one.


I use sdkman so I know how easy it can be.


Funny, never made sense to me why we had that book. We had exactly that Schneider 286, that must be the source. My dad could give me a basic introduction, from there the book was a treasure trove.


My dad had that as a book, I loved it. I learned a lot from it. Later I learned that someone with experience could have propelled me forward much faster.


Recently, I’ve been working with Quarkus[1], the quarkus-qute[2] (a type-safe templating engine), and htmx. I found the experience quite positive. Quarkus offers lightning-fast compilation with a hot-reloading Maven wrapper (mvnw), making development seamless. Picking up qute was straightforward, and combining it with htmx, especially with qute’s #fragment support for htmx, felt like a natural fit.

[1] https://quarkus.io/

[2] https://quarkus.io/guides/qute


I can confirm that. 10tb uncompressed, 3tb compressed in clickhouse, 60 billion Rows, queries are fast.


Really curious what "fast" is in this context. Milliseconds, seconds, minutes?


Full-range query with aggregations is around 40-60 seconds. Can be optimized, of course.


Base on numbers you put, you would need to have stable 50-100GB/s speed to your disc system to just read 3TB data in 40-60sec. Would you mind sharing your setup?


That's only if you read everything, and if none is in ram. With a columnar DB you can just scan the values of the column you need.


Then 3tb of total data volume is irrelevant. What relevant is size of column.


How about many-to-many comparisons? Interested in this use-case for fuzzy matching of many data records using a local db.


Same here, everything just worked on their arm. Podman, fedora core os via terraform, mvnw, jabbaw Just checkout and run. Awsome experience.


I even could make a Quarkus native build with graalvm on the machine.


Last year I built a balcony watering system using an 8x ESP32 relay system from Lilygo, paired with mini submersible pumps. To monitor plant health, I integrated MiFlora sensors over BLE. Managing minimum soil moisture and pump duration has been 'configured' by hosting a configuration files on Pastebin.

This year, I'm taking it a step further by developing a management front-end. Instead of the hacker GUI using Pastebin, I'm implementing an extra M5 Atom running MicroPython with a web GUI. This interface allows me to configure the sensors, visualize sensor data with charts, and send notifications via NTFY to my phone.

I am considering open-sourcing the project.

https://www.lilygo.cc/products/t-relay-5v-8-channel-relay

https://de.aliexpress.com/item/1005006100423471.html.

https://shop.m5stack.com/products/atoms3-lite-esp32s3-dev-ki...


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: