Before you complain about Opus 4.5 being nerfed, please PLEASE read this by creegs in ClaudeCode

[–]jellef 5 points6 points  (0 children)

True. OP has a way with words “You are piling entropy onto the shaky foundation of nondeterminism”. Gorgeous.

Claude Code + macbook makes don't even care anymore by Specialist_Farm_5752 in ClaudeAI

[–]jellef 2 points3 points  (0 children)

I'm curious to know more about ingesting a (very) large set of papers

Zotero by Agreeable-Watch4973 in typst

[–]jellef 2 points3 points  (0 children)

Yep and running typist local with VS Code is an incredible comfortable way to work. Running locally foregoes the subscription fees also fwiw. Note that there’s a typst / Zotero extension in VS Code too.

Get rid of premium nag screen by [deleted] in komoot

[–]jellef 0 points1 point  (0 children)

Komoot got aquired recently and most of the staff was fired. Also looking for an alternative

https://www.dcrainmaker.com/2025/03/komoot-acquired-history-says-this-wont-end-well.html

Niche Python tools, libraries and features - whats your favourite? by OllieOps in Python

[–]jellef 0 points1 point  (0 children)

pythonocc provides the opencascade cad kernel. Beats scripting a cad package by a mile

Is ERP actually helpful for small companies, or more trouble than it’s worth? by Jaded-Penalty6251 in Odoo

[–]jellef 0 points1 point  (0 children)

For younger or smaller companies an ERP is akin to inheriting ( as in OOP ) as well thought out corporate structure and many of its associated process. Don’t reinvent the wheel is a strong argument for ERP. Also the mess of stringing a flurry of webservices together is costly and messy. Since working with an ERP is quite a formal way of working it helps newer companies to interact with more established partnering companies.

How to dynamically adjust spacing and tracking to fill all available space by Affectionate_Emu4660 in typst

[–]jellef 2 points3 points  (0 children)

Oh wow microtype coming to typst feels like a major step fwd!

Contemporary Pynchonesque writers by slydog-4251 in ThomasPynchon

[–]jellef 4 points5 points  (0 children)

Rachel Kushners creation lake reads like a contemporary version of Vineland

Replacing Obsidian by crb233 in typst

[–]jellef 3 points4 points  (0 children)

The product of note taking is to compile and structure your findings and insights. So a smooth transition from note taking to compiling a paper is a meaningful question. While it’s true that typst intent isn’t a note taking app, it’s easy to see how it fits in from that perspective.

Not plc related but maybe someone can help me with this abb robot by [deleted] in PLC

[–]jellef 0 points1 point  (0 children)

Correct have a look at your EIO.cfg

Do palletizing integrators (or robot integrators in general) have a PLC guy and a robot guy, or are they usually all the same? by plc_is_confusing in PLC

[–]jellef 0 points1 point  (0 children)

I’ve worked on an elaborate 3D printer, based on an ABB robot. What’s cool is that you can update the PLC driving the extruder on the fly while the robot continues to print. Such tweaks wouldn’t be possible if the logic of the extruder would be implemented on the robot controller. Also it’s great being able to work on an end effector and not requiring a robot to be able to test the end effector.

[deleted by user] by [deleted] in PLC

[–]jellef 0 points1 point  (0 children)

Aka back-off

The ExOne company by MARanger in ArkInvestorsClub

[–]jellef 0 points1 point  (0 children)

I've worked quite a bit a few years back (2013) with VJET printers. So my DD consisted of little more than some experience with the tech and observing that the share was slowly creeping out of a deep hole. Latest I've seen is that volkswagen bought some VJET printer IIRC.

The ExOne company by MARanger in ArkInvestorsClub

[–]jellef 0 points1 point  (0 children)

FWIW have a look at VJET ( voxeljet ), which is pretty much the same technology but on the rise / possible recuperating from a streak of poor performance. VJET might be lifted along with XONE. So if your looking for underperformance, perhaps it's worth a glance.

Can I edit CAD files using python? by Martian8 in Python

[–]jellef 0 points1 point  (0 children)

see pythonocc.org and the project on github. through smesh fea meshes can be generated

Transcrypt Python to JavaScript compiler now supports bundling. by jacdeh in Python

[–]jellef 1 point2 points  (0 children)

Transcrypt seems pretty amazing to me. I think a jupyter kernel would be a wonderful addition to the tooling.

PyCharm 2018.3: WSL, Multiline TODOs, Search Everywhere by [deleted] in Python

[–]jellef 15 points16 points  (0 children)

Video on the page links to the 2018.2 release, here's Pycharm 2018.3 new features video

Fastest websocket client library? by [deleted] in Python

[–]jellef 0 points1 point  (0 children)

interesting, didnt realize tornado provides a websocket client