TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What are some unpopular technologies you wish people knew more about?

295 pointsby aredirectover 1 year ago
Couple of things I like<p>- tarantool https:&#x2F;&#x2F;www.tarantool.io&#x2F;en&#x2F;<p>- rebol&#x2F;red-lang https:&#x2F;&#x2F;www.red-lang.org&#x2F;<p>- U++ : https:&#x2F;&#x2F;www.ultimatepp.org&#x2F;<p>- lazarus: https:&#x2F;&#x2F;www.lazarus-ide.org&#x2F;<p>- fasm: https:&#x2F;&#x2F;flatassembler.net&#x2F;

115 comments

calamari4065over 1 year ago
Analog computation.<p>I don&#x27;t mean just vacuum tubes or even electronics at all. Mechanical analog computing is <i>insane</i> when you get down to it. You have special shapes that move against each other and do <i>calculus</i>.<p>We make these mechanical models as <i>analogs</i> of more complex physical systems. We can turn huge calculations into relatively simple machines. That we can roll two weirdly shaped gears together and get an integral out says to me something very profound about the universe. I find it to be one of the most beautiful concepts in all of the sciences.<p>What&#x27;s even more wild is that we can take those mechanical analogs of physical systems and build an electronic analog out of vacuum tubes. That vacuum tubes work at all is just completely insane, but it&#x27;s some absolutely beautiful physics.<p>And yes, there are equally beautiful problems that can only be solved in the digital domain, but it just doesn&#x27;t speak to me in the same way. The closest thing is the bitwise black magic like fast inverse square root from a special constant and some arithmetic. Besides, that&#x27;s more a property of number systems than it is of digital computation.<p>I understand how and why digital took over, but I can&#x27;t help but feel like we lost something profound in abandoning analog.
评论 #38504724 未加载
评论 #38504874 未加载
评论 #38504711 未加载
评论 #38504804 未加载
评论 #38505307 未加载
评论 #38504945 未加载
评论 #38505163 未加载
评论 #38505438 未加载
评论 #38514318 未加载
评论 #38504654 未加载
swiftcoderover 1 year ago
In case you don&#x27;t fancy visiting all the links:<p>- Tarantool is some sort of in-memory DB with optional persistence<p>- Red is a programming language that has made the odd syntax decision to use {} for strings and [] to define scopes<p>- U++ is one of those all-encompasing C++ frameworks like QT<p>- Lazarus is a Pascal(?) IDE<p>- And FASM is a toolkit for building assemblers<p>I&#x27;m struggling to find the common thread across these links, apart from the OP probably being an enthusiast of obscure programming languages
评论 #38505255 未加载
评论 #38500842 未加载
评论 #38504287 未加载
FrenchyJibyover 1 year ago
NNCP, from <a href="http:&#x2F;&#x2F;www.nncpgo.org&#x2F;" rel="nofollow noreferrer">http:&#x2F;&#x2F;www.nncpgo.org&#x2F;</a><p>It&#x27;s a protocol&#x2F;tool for async file transfer, built for disconnected&#x2F;intermittent connectivity amongst known parties (trusted friends as p2p), allowing even for sneakernet-based file transfer.<p>It&#x27;s started as a modern take on usenet, but it boggles my mind how cool it is:<p>Want to send a TV Series to your friend? send it via nncp, and it will make it through either via line-based file transfer (when connection allows, pull or push, cronjob, etc), or even via sneakernet if there is &quot;someone going that way&quot;.<p>Comms priority system lets you hi-prio message-checking via expensive network link vs bulk file transfer using trunk lines later.<p>It even can be configured to run arbitrary commands on message receive, to allow indexing&#x2F;processing of files (like a ZFS-receive hook, mail&#x2F;matrix ingestion...)<p>See all the usecases: <a href="http:&#x2F;&#x2F;www.nncpgo.org&#x2F;Use-cases.html" rel="nofollow noreferrer">http:&#x2F;&#x2F;www.nncpgo.org&#x2F;Use-cases.html</a><p>As with many of these cool techs, I just wish I had a good reason to use it =D
评论 #38504175 未加载
RheingoldRiverover 1 year ago
Most people know about MediaWiki even if they don&#x27;t realize they do, because it powers Wikipedia, but I wish more people used it for documentation.<p>You can create highly specialized templates in Lua, and there&#x27;s a RDBMS extension called Cargo that gives you some limited SQL ability too. With these tools you can build basically an entirely custom CMS on top of the base MW software, while retaining everything that&#x27;s great about MW (easy page history, anyone can start editing including with a WYSIWYG editor, really fine-grained permissions control across user groups, a fantastic API for automated edits).<p>It doesn&#x27;t have the range of plugins to external services the way something like Confluence has, but you can host it yourself and have a great platform for documentation.
评论 #38504535 未加载
评论 #38504510 未加载
评论 #38500045 未加载
评论 #38499817 未加载
评论 #38504708 未加载
yeckover 1 year ago
Nix package manager&#x27;s `nix-shell` is something I wish more people knew about. Nix is gaining some popularity, but people often think of using it has to be a really big commitment, like changing your Linux distro to NixOS or replacing your dotfiles with a Nix-based one (using the Nix package manager).<p>What I wish more people knew was that you don&#x27;t need to do those things to get value from Nix. Create project specific dev shells that install the packages (at the correct versions) to work with that project can almost replace 90% of the docs for getting setup to work on a project.
评论 #38501930 未加载
评论 #38516181 未加载
评论 #38502961 未加载
评论 #38499826 未加载
mmillinover 1 year ago
GnuPG&#x2F;PGP and the web of trust[0]. A lot of things I see blockchain being used for today (e.g. NFTs) seems like it would be better solved using standard OpenPGP signatures with no backing chain.<p>Additionally, as machine-generated content proliferates, I think having services use something like the web of trust concept for membership would be super powerful. The problem is, of course, the terrible UX of cryptographic signatures. But I think there&#x27;s a lot of opportunity for the group that makes it easy to use.<p>[0]: <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Web_of_trust" rel="nofollow noreferrer">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Web_of_trust</a>
评论 #38499672 未加载
评论 #38499912 未加载
评论 #38502971 未加载
评论 #38529785 未加载
评论 #38499565 未加载
评论 #38499497 未加载
pkkmover 1 year ago
The Arcan display server is a really cool idea. Even if it doesn&#x27;t manage to get popular, I think there are ideas here that we could mine to use them in popular programs.<p>- <a href="https:&#x2F;&#x2F;arcan-fe.com&#x2F;2022&#x2F;10&#x2F;15&#x2F;whipping-up-a-new-shell-lashcat9&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;arcan-fe.com&#x2F;2022&#x2F;10&#x2F;15&#x2F;whipping-up-a-new-shell-lash...</a><p>- <a href="https:&#x2F;&#x2F;arcan-fe.com&#x2F;2021&#x2F;04&#x2F;12&#x2F;introducing-pipeworld&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;arcan-fe.com&#x2F;2021&#x2F;04&#x2F;12&#x2F;introducing-pipeworld&#x2F;</a><p>- <a href="https:&#x2F;&#x2F;arcan-fe.com&#x2F;2020&#x2F;12&#x2F;03&#x2F;arcan-versus-xorg-feature-parity-and-beyond&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;arcan-fe.com&#x2F;2020&#x2F;12&#x2F;03&#x2F;arcan-versus-xorg-feature-pa...</a><p>- <a href="https:&#x2F;&#x2F;arcan-fe.com&#x2F;2021&#x2F;09&#x2F;20&#x2F;arcan-as-operating-system-design&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;arcan-fe.com&#x2F;2021&#x2F;09&#x2F;20&#x2F;arcan-as-operating-system-de...</a>
评论 #38504664 未加载
xwowsersxover 1 year ago
Not sure if you&#x27;re looking for things as &quot;trifling&quot; as programming languages, but I do wish more people knew about Nim. It&#x27;s fast, statically typed, reads more or less like Python, has a great effect system, etc. It&#x27;s a joy to use. I&#x27;ve been working through writing an interpreter in it: <a href="https:&#x2F;&#x2F;youtu.be&#x2F;48CsjEFzyXQ" rel="nofollow noreferrer">https:&#x2F;&#x2F;youtu.be&#x2F;48CsjEFzyXQ</a>
评论 #38499237 未加载
评论 #38499263 未加载
评论 #38504638 未加载
评论 #38502837 未加载
评论 #38499476 未加载
评论 #38504741 未加载
评论 #38505760 未加载
kaycebasquesover 1 year ago
Sphinx [1] gets my vote. It&#x27;s the docs system that powers most sites in the Python ecosystem so it probably looks familiar to you.<p>I call it a docs system rather than static site generator because the web is just one of many output targets it supports.<p>To tap into its full power you need to author in a markup that predates Markdown called reStructuredText (reST). It&#x27;s very similar to Markdown (MD) so it&#x27;s never bothered me, but I know some people get very annoyed at the &quot;uncanny valley&quot; between reST and MD. reST has some very powerful yet simple features; it perplexes me that these aren&#x27;t adopted in other docs systems. For example, to cross-link you just do :ref:`target` where `target` is an ID for a section. At &quot;compile-time&quot; the ref is replaced with the section title text. If you remove that ID then the build fails. Always accurate internal links, in other words.<p>The extension system really works and there is quite a large ecosystem of extensions on PyPI for common tasks, such as generating a sitemap.<p>The documentation for Sphinx is ironically not great; not terrible but not great either. I eventually accomplish whatever I need to do but the sub-optimal docs make the research take a bit longer than it probably has to.<p>I have been a technical writer for 11 years and have used many SSGs over the years. There&#x27;s no perfect SSG but Sphinx strikes the best balance between the common tradeoffs.<p>[1] <a href="https:&#x2F;&#x2F;www.sphinx-doc.org&#x2F;en&#x2F;master&#x2F;index.html" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.sphinx-doc.org&#x2F;en&#x2F;master&#x2F;index.html</a>
评论 #38504467 未加载
评论 #38499713 未加载
评论 #38500981 未加载
评论 #38499938 未加载
评论 #38504927 未加载
touseefliaqatover 1 year ago
Magic Wormhole: <a href="https:&#x2F;&#x2F;magic-wormhole.io&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;magic-wormhole.io&#x2F;</a> An easy and secure file transfer program. I use it almost everyday since I discovered it. Author has a very good video on it at pycon-2016: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=oFrTqQw0_3c" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=oFrTqQw0_3c</a>
评论 #38505070 未加载
评论 #38504579 未加载
评论 #38506712 未加载
评论 #38505025 未加载
评论 #38504718 未加载
MilStdJunkieover 1 year ago
Asciidoc lightweight markup can be used in place of <i>ANY</i> complex XML-based CCS (component content system), i.e. DocBook, DITA, S1000D, 40-50-something MIL-STD &quot;specifications&quot;. Asciidoc can do anything they can, and can do it cheaper, faster, and better. With standard tooling that&#x27;s everywhere you have a computer.<p>I&#x27;m not sure I can type out, with trembling fingers, how many dollars have been flushed down the toilet of CCSs by businesses that either had no business experimenting with componentized content, or businesses that didn&#x27;t have resources for training up staff, or vendors who literally evaporated like morning dew after they&#x27;d gotten their initialization fees. So just one single story: one prime aerospace vendor I worked with had started their road to S1000D publishing in 2009. Today - at the end of 2023, and more than twenty million dollars later, with a garbage truck full of sweat and blood - that system has not released a single publication to the end user. Not <i>one</i>.
ggregoireover 1 year ago
Turn your Postgres database into a REST API: <a href="https:&#x2F;&#x2F;postgrest.org" rel="nofollow noreferrer">https:&#x2F;&#x2F;postgrest.org</a><p>Previous discussions on HN: <a href="https:&#x2F;&#x2F;hn.algolia.com&#x2F;?q=postgrest" rel="nofollow noreferrer">https:&#x2F;&#x2F;hn.algolia.com&#x2F;?q=postgrest</a>
评论 #38500748 未加载
评论 #38499960 未加载
评论 #38501489 未加载
sevaghover 1 year ago
Firejail is cool: <a href="https:&#x2F;&#x2F;github.com&#x2F;netblue30&#x2F;firejail">https:&#x2F;&#x2F;github.com&#x2F;netblue30&#x2F;firejail</a><p>Linux namespaces&#x2F;cgroups but lighter than Docker.<p>I use it when I want to limit the memory of a Python script:<p>``` maxmem=&quot;56&quot; #GB<p>firejail --noprofile --rlimit-as=${maxmem}000000000 python myscript.py ```
评论 #38501650 未加载
评论 #38499249 未加载
macintuxover 1 year ago
Since I generally have no clue what technologies are popular (other than the obvious big name projects) I&#x27;ll just toss out some interesting links I&#x27;ve recently bookmarked in comments here.<p>- gron (Greppable JSON): <a href="https:&#x2F;&#x2F;github.com&#x2F;tomnomnom&#x2F;gron">https:&#x2F;&#x2F;github.com&#x2F;tomnomnom&#x2F;gron</a><p>- MarkDownload (Markdown Web Clipper): <a href="https:&#x2F;&#x2F;github.com&#x2F;deathau&#x2F;markdownload">https:&#x2F;&#x2F;github.com&#x2F;deathau&#x2F;markdownload</a><p>- Lean4 links:<p>-- Theorem proving: <a href="https:&#x2F;&#x2F;lean-lang.org&#x2F;theorem_proving_in_lean4&#x2F;introduction.html" rel="nofollow noreferrer">https:&#x2F;&#x2F;lean-lang.org&#x2F;theorem_proving_in_lean4&#x2F;introduction....</a><p>-- Natural Number Game: <a href="https:&#x2F;&#x2F;adam.math.hhu.de&#x2F;#&#x2F;g&#x2F;leanprover-community&#x2F;NNG4" rel="nofollow noreferrer">https:&#x2F;&#x2F;adam.math.hhu.de&#x2F;#&#x2F;g&#x2F;leanprover-community&#x2F;NNG4</a>
评论 #38505420 未加载
ralphcover 1 year ago
I don&#x27;t know if they&#x27;re &quot;unpopular&quot;, but I think the BEAM family of languages, Erlang, Elixir, LFE etc. could be used more. I read more and more problems people have on here and just think that they go away on the BEAM.
评论 #38504602 未加载
eternityforestover 1 year ago
Lithium Titanate batteries. Nothing else is lightweight, safe, currently available, and lasts 20000 cycles.<p>ESPHome. It&#x27;s a framework for declaratively building firmware for microcontrollers, based on rules like &quot;This pin is an input with debouncing, when it changes, toggle this&quot;.<p>Contributing to them has probably been the most fun I&#x27;ve had programming in years.<p>We just need power management, and a C++ implementation of the Native API client. It&#x27;s so close to being able to replace most of what I&#x27;d normally code by hand in Arduino.<p><a href="https:&#x2F;&#x2F;esphome.io&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;esphome.io&#x2F;</a><p>RealThunder&#x27;s fork of FreeCAD: <a href="https:&#x2F;&#x2F;github.com&#x2F;realthunder&#x2F;FreeCAD">https:&#x2F;&#x2F;github.com&#x2F;realthunder&#x2F;FreeCAD</a><p>They fix so many issues. Linear patterns can duplicate other linear patterns!<p>Vorta: It&#x27;s the best backup technology I&#x27;ve seen. Just an easy guided GUI for Borg, which gives you deduplication. I just wish they let you deduplicate across multiple repositories somehow.
评论 #38505482 未加载
评论 #38505711 未加载
emporasover 1 year ago
Definitely Forth and Factor. Every programmer should get a little bit familiar with the concatenative style. 3 days ago i discovered a channel on YT which talks about Forth, even Chuck Moore himself did a talk there talking about GreenThreads and the like.<p>Given that webassembly is a stack language with no GC, i do expect a comeback of concatenative programming some time in the future.<p><a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;@siliconvalleyforthinterest1736" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.youtube.com&#x2F;@siliconvalleyforthinterest1736</a>
评论 #38504937 未加载
评论 #38504440 未加载
SteveNutsover 1 year ago
I really like ARM (automatic ripping machine)<p><a href="https:&#x2F;&#x2F;github.com&#x2F;automatic-ripping-machine&#x2F;automatic-ripping-machine">https:&#x2F;&#x2F;github.com&#x2F;automatic-ripping-machine&#x2F;automatic-rippi...</a><p>Put a DVD&#x2F;blu ray in a drive and it automatically determines the title, starts ripping, then pops the disc out when it&#x27;s done.<p>There&#x27;s options for post-ripping transcoding also.
anon1253over 1 year ago
RDF and semantic web used to be my goto&#x27;s for this, as I believe many of the core ideas are still valid and often overlooked and sometimes even poorly re-implemented. Which says something.<p>However, lately I&#x27;ve come to like llama.cpp and friends, yes it&#x27;s not ChatGTP miracle whatever but how often do you &#x2F;actually&#x2F; need that? Despite its tremendous popularity, it still seems like something more people should know about. For me, I&#x27;ve had great fun with running LLMs locally and experiencing their different &quot;flavors&quot; from a more &quot;phenomenological&quot; (what is it like to use them) perspective rather than a technological one.
评论 #38504685 未加载
rodletteover 1 year ago
* IPv6. A genuinely useful tool, in particular for homelabs: multiple globally routable addresses per machine. One address per service. No need for Host&#x2F;SNI vhosting. Works well with containers. To get v6 support, either find ISPs&#x2F;SIMs that do v6, or wireguard to a VM that providss a &#x2F;56.<p>* SSH ForcedCommand. Lots of usecases here, for backups, file storage, git, etc.<p>* Verilog as a tool for software developers to learn digital electronics. VCS&#x2F;code&#x2F;simulation&#x2F;unit tests are all a lot more familiar and expected for developers.<p>* Writing tools yourself. There&#x27;s often decent stable libraries that do 90% of what you want, and the remaining 10% is less effort than dealing with awkward integration with off-the-shelf tools. This relies on having low overhead packaging&#x2F;deployment, e.g. Nix&#x2F;Guix&#x2F;Bazel.
评论 #38506801 未加载
评论 #38509269 未加载
layer8over 1 year ago
WinCompose¹, or more generally, use of a Compose key² to type all sorts of Unicode symbols or really any character (sequence) you like. People are used to thinking that they mostly can’t type what they don’t see on their keyboards, but a Compose key provides a universal method to type a large repertoire of characters through use of mnemonics.<p>¹) <a href="http:&#x2F;&#x2F;wincompose.info&#x2F;" rel="nofollow noreferrer">http:&#x2F;&#x2F;wincompose.info&#x2F;</a><p>²) <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Compose_key" rel="nofollow noreferrer">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Compose_key</a>
评论 #38502707 未加载
mikewarotover 1 year ago
- Capability Based Security (NOT the permissions flags on your phone or &quot;app&quot;) - Offers the possibility for honestly secure computing<p>- Data diodes (unidirectional networks) - allow you to monitor a network without allowing external control (or only submit info, never ever exfiltrate it)<p>- GNU Radio - you can play with your audio ports, and learn <i>instinctively</i> how do deal with all the stuff that used to require DSP chips... then apply that knowledge with a $30 RTL-SDR dongle.<p>- Lazarus - seconding the above... a really good Pascal GUI IDE. The documentation needs work, but it&#x27;s pretty good otherwise.
QuadrupleAover 1 year ago
Bottle.py: uber-fast and simple python web microframework, about 3x faster, saner, and more memory-efficient than Flask in my experience: <a href="https:&#x2F;&#x2F;github.com&#x2F;bottlepy&#x2F;bottle">https:&#x2F;&#x2F;github.com&#x2F;bottlepy&#x2F;bottle</a><p>Fossil: distributed version control and much more in a single executable, from the creators of SQLite: <a href="https:&#x2F;&#x2F;fossil-scm.org&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;fossil-scm.org&#x2F;</a>
评论 #38501137 未加载
评论 #38504525 未加载
edw519over 1 year ago
<a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Pick_operating_system" rel="nofollow noreferrer">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Pick_operating_system</a><p>This has accounted for about 90% of everything I&#x27;ve built since 1985.<p>Pick code generates my side project: <a href="https:&#x2F;&#x2F;eddiots.com&#x2F;1" rel="nofollow noreferrer">https:&#x2F;&#x2F;eddiots.com&#x2F;1</a>
评论 #38499307 未加载
评论 #38499509 未加载
评论 #38499732 未加载
评论 #38500855 未加载
mezodover 1 year ago
Just making the links clickable:<p>Couple of things I like<p>- tarantool <a href="https:&#x2F;&#x2F;www.tarantool.io&#x2F;en&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.tarantool.io&#x2F;en&#x2F;</a><p>- rebol&#x2F;red-lang <a href="https:&#x2F;&#x2F;www.red-lang.org&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.red-lang.org&#x2F;</a><p>- U++ : <a href="https:&#x2F;&#x2F;www.ultimatepp.org&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.ultimatepp.org&#x2F;</a><p>- lazarus: <a href="https:&#x2F;&#x2F;www.lazarus-ide.org&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.lazarus-ide.org&#x2F;</a><p>- fasm: <a href="https:&#x2F;&#x2F;flatassembler.net&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;flatassembler.net&#x2F;</a>
评论 #38499297 未加载
Omniusaspirerover 1 year ago
Vopono (<a href="https:&#x2F;&#x2F;github.com&#x2F;jamesmcm&#x2F;vopono">https:&#x2F;&#x2F;github.com&#x2F;jamesmcm&#x2F;vopono</a>):<p>&quot;vopono is a tool to run applications through VPN tunnels via temporary network namespaces. This allows you to run only a handful of applications through different VPNs simultaneously, whilst keeping your main connection as normal.<p>vopono includes built-in killswitches for both Wireguard and OpenVPN.&quot;
Taikonerdover 1 year ago
Growing in popularity, but still not as famous as it should be: EdgeDB (<a href="https:&#x2F;&#x2F;EdgeDB.com" rel="nofollow noreferrer">https:&#x2F;&#x2F;EdgeDB.com</a>)<p>* Graph-relational database<p>* Queries return objects linked to other objects through properties, not rows<p>* ... But it&#x27;s still Postgres under the hood<p>* Open source
评论 #38499948 未加载
评论 #38520390 未加载
tulsidasover 1 year ago
<a href="https:&#x2F;&#x2F;gchq.github.io&#x2F;CyberChef" rel="nofollow noreferrer">https:&#x2F;&#x2F;gchq.github.io&#x2F;CyberChef</a><p>the cyber swiss army knife
taosxover 1 year ago
Not sure if it&#x27;s because of starting as a web&#x2F;application developer and but I wish I was introduced earlier to:<p>- in-process databases (rocksdb, sqlite)<p>- FoundationDB<p>- C&#x2F;C++ and low level programming in general (I wished I learned those instead of js when I was younger)<p>- State Machines, Actor Model (Orleans Net), Event Sourcing<p>- Bittorrent for other things than pirating (it looks like it&#x27;s dying)<p>- Arduino and similar<p>- Seastar<p>- Arrow (ecosystem)
mirthturtleover 1 year ago
Unpopular, at least compared to cars: e-bikes.<p>- costs next to nothing to charge<p>- fast and fun to get around<p>- never pay for parking<p>- cheap maintenance<p>- hauls groceries easily<p>- good exercise
评论 #38503603 未加载
评论 #38509989 未加载
评论 #38537978 未加载
评论 #38499953 未加载
LorenDBover 1 year ago
- D (the programming language). It&#x27;s a lot like C++ if C++ were rebuilt around modern concepts like modules.<p>- Matrix. It&#x27;s pretty popular but I see way too many open source projects still saying &quot;join our Discord!&quot; instead of &quot;join us on Matrix!&quot;
评论 #38505461 未加载
评论 #38509365 未加载
montyandersonover 1 year ago
- Idris: <a href="https:&#x2F;&#x2F;www.idris-lang.org&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.idris-lang.org&#x2F;</a> - clip.cpp: <a href="https:&#x2F;&#x2F;github.com&#x2F;monatis&#x2F;clip.cpp">https:&#x2F;&#x2F;github.com&#x2F;monatis&#x2F;clip.cpp</a> - trurl: <a href="https:&#x2F;&#x2F;github.com&#x2F;curl&#x2F;trurl">https:&#x2F;&#x2F;github.com&#x2F;curl&#x2F;trurl</a> - cosmopolitan: <a href="https:&#x2F;&#x2F;github.com&#x2F;jart&#x2F;cosmopolitan">https:&#x2F;&#x2F;github.com&#x2F;jart&#x2F;cosmopolitan</a> - signalcli: <a href="https:&#x2F;&#x2F;github.com&#x2F;AsamK&#x2F;signal-cli">https:&#x2F;&#x2F;github.com&#x2F;AsamK&#x2F;signal-cli</a>
Der_Einzigeover 1 year ago
For some reason, the best note-taking tool ever made (Verbatim) was built rather quietly by a member of the American Competitive Debate Community. I literally made people in college jealous and upset when they saw how easy it was for me to take well structured notes using Verbatim: <a href="https:&#x2F;&#x2F;paperlessdebate.com&#x2F;verbatim&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;paperlessdebate.com&#x2F;verbatim&#x2F;</a> (but then I showed them how to install it and they were happy)<p>A whole lot of innovation from the competitive debate community has quietly existed for decades now. Hopefully one day SV discovers all the cool shit debaters have been building for themselves.
Joeboyover 1 year ago
The LV2 audio plugin standard[0], and related stuff like the Atom format[1] used to feed arbitrary data between plugins in realtime.<p>[0] <a href="https:&#x2F;&#x2F;lv2plug.in&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;lv2plug.in&#x2F;</a> [1] <a href="https:&#x2F;&#x2F;lv2plug.in&#x2F;ns&#x2F;ext&#x2F;atom" rel="nofollow noreferrer">https:&#x2F;&#x2F;lv2plug.in&#x2F;ns&#x2F;ext&#x2F;atom</a><p>Edit: Hydrocolloid blister plasters
kkfxover 1 year ago
Popular is a bit relative...<p>- I&#x27;d like Emacs&#x2F;org-mode knowledge common at least starting from universities because we need the classic desktop model and Emacs is the still developed piece of software implementing it alongside with Pharo, but Pharo is usable only to play and develop while Emacs is ready to end-users usage with a gazillion of ready-made packages;<p>- feeds, in the broad sense, meaning XML automation on the net&#x2F;web so I can get my bills just from a feedreader, all transactions digitally signed, so both party have a proof (ah, of course a national PKI is mandatory), news, anything in the same way making my information mine in my hands instead of wasting time in gazillion of crappy services;<p>- IPv6 with a global per host, so we can finally profit of our modern fiber-optics connections instead of being tied to someone else computer, i.e. &quot;the cloud&quot;;<p>- last but just aside: R instead of spreadsheets for the business guys, so they do not produce and share anymore crappy stuff, LaTeX for similar reasons to produce nice looking pdfs...
frompdxover 1 year ago
Black and white film processing. It used to be taught in schools. Many schools still have their darkrooms and no longer use them. It is a practical application of physics, chemistry, and art.
评论 #38505361 未加载
ilrwbwrkhvover 1 year ago
Imba. The best web programming language ever made.<p><a href="https:&#x2F;&#x2F;imba.io&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;imba.io&#x2F;</a>
splittingTimesover 1 year ago
For writing documentation: AsciiDoc [1] as fileformat.<p>For publishing documentation &#x2F; to build the web site: Antora [2].<p>AsciiDoc has a bit more features compared to Markdown which allows for a richer and more pleasant presentation of the docs.<p>Antora allows you to have the project documentation in the actual project repositories. It then pulls the docs from all the different repos together to build the site. This also allows you to have the released product versions go in-synch with the docs versions. Antora builds each version of the product as part of one site. The reader can explore different product versions or navigate between pages across versions.<p>===<p>[1] <a href="https:&#x2F;&#x2F;asciidoc.org&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;asciidoc.org&#x2F;</a><p>[2] <a href="https:&#x2F;&#x2F;antora.org&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;antora.org&#x2F;</a>
评论 #38506496 未加载
JeremyNTover 1 year ago
Slack released a peer to peer overlay networking tool called nebula, which has gotten very little attention on HN.<p>It&#x27;s a really simple alternative to something like wireguard.
1letterunixnameover 1 year ago
- IPv6 - It&#x27;s 2023 and it&#x27;s still not deployed correctly and universally. Github, Github Copilot, Chromium-based browsers, and Amazon Alexa give up in the presence of IPv6.<p>- DNSSEC+DANE - It&#x27;s half-assed deployed but there&#x27;s a lack of end-user UX<p>- wais - search before gopher<p>- afs - distributed fs<p>- discard protocol - basically, a network-based &#x2F;dev&#x2F;null<p>- humans.txt - Not around as much as it was<p>- makeheaders - Auto-generated C&#x2F;C++ headers<p>- man page generators - ronn and help2man<p>- checkinstall - The automatic software package creator<p>- bashdb and zshdb<p>- crystal - Compiled Ruby-ish<p>- forth - Powered the FreeBSD bootloader menu for many years and word processors (typewriter-like almost computers)<p>- ocaml - The best ML, used by Jane Street and Xen<p>- pony - A language built around an arguably better GC than Azul&#x27;s C4 with arguably stronger sharing semantics than Rust<p>- prolog - Erlang&#x27;s grandpa<p>- rpython - PyPy&#x27;s recompiler-compiler<p>- pax - POSIX archives<p>- shar - shell archives - Self-extracting archives that look like scripts at the beginning<p>- surfraw - Shell Users&#x27; Revolutionary Front Rage Against the Web - founded by Julian Assange<p>- step-ca - A Go-based PKI server<p>- dmraid - Because it works<p>- X10 - Before WiFi and IoT, there was the Firecracker: a parasitic power serial port RF outlet controller<p>- FreeBSD - It&#x27;s not unknown or obscure per se, but it powers many important things in the civilized world without getting much credit<p>- :CueCat - A dotcom era barcode reader that was given away<p>- Xen - If you need to run a VPS but can&#x27;t ju$tify u$ing VMware<p>- KataContainers - k8s but with VM isolation<p>- stow - software management by symlinks<p>- habitat - similar philosophy as nix but not as clean and functional and almost like Arch PKGBUILD but with more infrastructure around it<p>- JTAG - debug all the things<p>- in-circuit emulators (ICEs) - hardware-based debuggers<p>- polarized light sources - easier to see things under the bi&#x2F;trinocular microscope
评论 #38505487 未加载
评论 #38518480 未加载
vitiralover 1 year ago
Lua. It has the feel of python but is implemented in like 15k lines of C. Definitely my favorite scripting language.
dist1llover 1 year ago
ISPC <a href="https:&#x2F;&#x2F;ispc.github.io&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;ispc.github.io&#x2F;</a>
usgroupover 1 year ago
Oh that&#x27;s easy: Prolog. Have a look under 2023 here for unusual applications thereof: <a href="https:&#x2F;&#x2F;emiruz.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;emiruz.com&#x2F;</a><p>and here for a book to learn it from: <a href="https:&#x2F;&#x2F;book.simply-logical.space&#x2F;src&#x2F;simply-logical.html" rel="nofollow noreferrer">https:&#x2F;&#x2F;book.simply-logical.space&#x2F;src&#x2F;simply-logical.html</a><p>I think it is the closest thing to a &quot;tool for expressing thought&quot; with a proof procedure, which presently exists.
评论 #38509824 未加载
petabytesover 1 year ago
<a href="https:&#x2F;&#x2F;github.com&#x2F;webui-dev&#x2F;webui">https:&#x2F;&#x2F;github.com&#x2F;webui-dev&#x2F;webui</a> is a lightweight alternative to webview&#x2F;electron&#x2F;tauri
评论 #38499384 未加载
dizhnover 1 year ago
My picks would be Zulip for messaging, and Adguard Home instead of pihole. And self host your email - if only to keep that skill alive.<p>The openSUSE build system is also great for building packages for a lot distros. It&#x27;s not just for openSUSE.
评论 #38501927 未加载
miiiiiikeover 1 year ago
RxJS: <a href="https:&#x2F;&#x2F;rxjs.dev&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;rxjs.dev&#x2F;</a> — It’s worth learning very well
gwnywgover 1 year ago
Podman - containerization tool I use in all of my side projects
rsyncover 1 year ago
I think a lot of people could make good use of a 2FA Mule:<p><a href="https:&#x2F;&#x2F;kozubik.com&#x2F;items&#x2F;2famule&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;kozubik.com&#x2F;items&#x2F;2famule&#x2F;</a>
zerrover 1 year ago
Haxe - no idea why it isn&#x27;t more popular.
评论 #38499885 未加载
评论 #38503382 未加载
networkedover 1 year ago
vidir from moreutils (<a href="https:&#x2F;&#x2F;manpages.debian.org&#x2F;bookworm&#x2F;moreutils&#x2F;vidir.1.en.html" rel="nofollow noreferrer">https:&#x2F;&#x2F;manpages.debian.org&#x2F;bookworm&#x2F;moreutils&#x2F;vidir.1.en.ht...</a>) and qmv from renameutils (<a href="https:&#x2F;&#x2F;manpages.debian.org&#x2F;bookworm&#x2F;renameutils&#x2F;qmv.1" rel="nofollow noreferrer">https:&#x2F;&#x2F;manpages.debian.org&#x2F;bookworm&#x2F;renameutils&#x2F;qmv.1</a>). They let you (mass-)rename files using your editor when your editor is not Emacs. If you happen to use OpenBSD, note that moreutils has an OpenBSD port but renameutils doesn&#x27;t and does not build on OpenBSD.
perrygeoover 1 year ago
Big fan of tusker (<a href="https:&#x2F;&#x2F;github.com&#x2F;bikeshedder&#x2F;tusker">https:&#x2F;&#x2F;github.com&#x2F;bikeshedder&#x2F;tusker</a>) for PostgreSQL migrations. Tusker takes a SQL-first approach; You write your schema in declarative DDL (I have my entire project in one schema.sql file) and when you edit it, tusker generates the sql code required to migrate. It uses temporary test databases to run both your declarative DDL and your step-by-step migrations to ensure they are in lock step. And it can connect to live databases and diff your schema&#x2F;migrations against reality. I&#x27;ve never seen a better toolkit for schema evolution.
shrizzaover 1 year ago
Plan 9 in general.
评论 #38499474 未加载
评论 #38499387 未加载
sghiassyover 1 year ago
StateCharts - similar to Finite State Machines but in a Tree Data Structure
评论 #38507760 未加载
thatcatover 1 year ago
U++ looks interesting, what do you like about it and what is your use case?
评论 #38503373 未加载
koonsoloover 1 year ago
The Haxe programming language (<a href="https:&#x2F;&#x2F;haxe.org&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;haxe.org&#x2F;</a>). It&#x27;s insane how unpopular this is compared to its value.<p>&quot;Haxe can build cross-platform applications targeting JavaScript, C++, C#, Java, JVM, Python, Lua, PHP, Flash, and allows access to each platform&#x27;s native capabilities. Haxe has its own VMs (HashLink and NekoVM) but can also run in interpreted mode.&quot;<p>It&#x27;s mostly popular in game dev circles, and is used by: Nortgard, Dead Cells, Papers Please, ... .
评论 #38506176 未加载
评论 #38511371 未加载
chubotover 1 year ago
(1) Zulip Chat - <a href="https:&#x2F;&#x2F;zulip.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;zulip.com&#x2F;</a> - seems to be reasonably popular, but more people should know about it<p>I’ve been using it for over 5 years now [1], and it’s as good as ever. It’s way faster than any other chat app I’ve used. It has a good UI and conversation model. It has a simple and functional API that lets me curl threads and write blog posts based on them.<p>(only problem is that I Ctrl-+ in my browser to make the font bigger – I think it’s too dense for most people)<p>(2) re2c regex to state machine compiler - <a href="https:&#x2F;&#x2F;re2c.org" rel="nofollow noreferrer">https:&#x2F;&#x2F;re2c.org</a><p>A gem from the 90’s, which people have done a great job maintaining and improving (getting Go and Rust target support in the last few years).<p>I started using it in 2016, and used it for a new program a few months ago. I came to the conclusion that it should have been built into C, because C has shitty string processing – and Ken Thompson both invented C AND brought regular languages to computing !!<p>In comparison, treesitter lexers are very low level, fiddly, and error prone. I recently saw dozens of ad hoc fixes to the tree-sitter-bash lexer, which is unsurprising if you look at the structure of the code (manually crawling through backslashes and braces in C).<p><a href="https:&#x2F;&#x2F;github.com&#x2F;tree-sitter&#x2F;tree-sitter-bash&#x2F;blob&#x2F;master&#x2F;src&#x2F;scanner.c#L1120">https:&#x2F;&#x2F;github.com&#x2F;tree-sitter&#x2F;tree-sitter-bash&#x2F;blob&#x2F;master&#x2F;...</a><p>These fixes are definitely appreciated, but I think it indicates a problem with the model itself.<p>(based on <a href="https:&#x2F;&#x2F;lobste.rs&#x2F;s&#x2F;endspx&#x2F;software_you_are_thankful_for#c_ynrelc" rel="nofollow noreferrer">https:&#x2F;&#x2F;lobste.rs&#x2F;s&#x2F;endspx&#x2F;software_you_are_thankful_for#c_y...</a>)<p>[1] <a href="https:&#x2F;&#x2F;www.oilshell.org&#x2F;blog&#x2F;2018&#x2F;04&#x2F;26.html" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.oilshell.org&#x2F;blog&#x2F;2018&#x2F;04&#x2F;26.html</a>
评论 #38508018 未加载
评论 #38510884 未加载
gcanyonover 1 year ago
Everyone who wants to be a robust developer should get at least a little experience with some non-c-like languages.<p>Of course someone will reply with a more complete language, but I&#x27;ll start by throwing out array-based languages, in the form of J: <a href="https:&#x2F;&#x2F;www.jsoftware.com&#x2F;#&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.jsoftware.com&#x2F;#&#x2F;</a><p>Once you really get your head around composing verbs, really working with arrays, and using exponents on functions, it&#x27;s mind-expanding.
georgelyonover 1 year ago
- FoundationDB&#x27;s testing philosophy: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=4fFDFbi3toc" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=4fFDFbi3toc</a><p>- VSCode devcontainers: <a href="https:&#x2F;&#x2F;code.visualstudio.com&#x2F;docs&#x2F;devcontainers&#x2F;containers" rel="nofollow noreferrer">https:&#x2F;&#x2F;code.visualstudio.com&#x2F;docs&#x2F;devcontainers&#x2F;containers</a>
评论 #38505545 未加载
评论 #38504738 未加载
withinboredomover 1 year ago
RethinkDb: a “dead” project that is still maintained part time to keep the bit rot away, but actually just mature. Similar to memcached or beanstalkd.
pjmlpover 1 year ago
Memory safe systems languages, including their uses before C and UNIX took off.
nunezover 1 year ago
Gomplate is a super easy templating tool that wraps golang&#x27;s template library with some useful built in functions. It&#x27;s not as extensive as starlark but it is dead simple to get going with.<p>Also, my company (VMware) has a really powerful YAML templating engine called ytt. I originally hated it and dunked on it constantly but have grown to love it. It makes creating composable and modular YAML really easy, which is extremely unfortunate that this is a real thing, but when you need it, you need it.<p>Lastly, Cucumber isn&#x27;t _unknown_ unknown, but I wish it was more widely used. Behavior testing is really useful even if the program has great test coverage underneath. Being able to express tests in pure English that do stuff is powerful and can be a bargaining chip for crucial conversations with product sometimes if done correctly. I mean, yes, we have GPTs that can write tests from prompts written in your language of choice and GPT Vision can manipulate a browser, but Cucumber is an easy stand-in IMO that is cheap and free!
danielovichdkover 1 year ago
Windirstat Sysinternals tools Windbg
评论 #38499362 未加载
评论 #38510992 未加载
matthewadamsover 1 year ago
Aspect-oriented programming (AOP) using Aspectj: <a href="https:&#x2F;&#x2F;en.m.wikipedia.org&#x2F;wiki&#x2F;AspectJ" rel="nofollow noreferrer">https:&#x2F;&#x2F;en.m.wikipedia.org&#x2F;wiki&#x2F;AspectJ</a> <a href="https:&#x2F;&#x2F;eclipse.dev&#x2F;aspectj&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;eclipse.dev&#x2F;aspectj&#x2F;</a>
obarthelemyover 1 year ago
RSS
gal_anonymover 1 year ago
I wish Lua Server Pages (LSP) were more widely adopted. It&#x27;s similar to PHP, but utilizes Lua instead.<p>I dream of a CMS akin to WordPress, but developed in LSP.<p>Lua is lean, with minimal syntactic sugar, and it feels like a &#x27;complete&#x27; language. Therefore, we don&#x27;t anticipate any additional bloat in the future.
评论 #38499900 未加载
pinkswallover 1 year ago
kanata, a keyboard remapper: <a href="https:&#x2F;&#x2F;github.com&#x2F;jtroo&#x2F;kanata">https:&#x2F;&#x2F;github.com&#x2F;jtroo&#x2F;kanata</a>
评论 #38499683 未加载
denton-scratchover 1 year ago
When I was at school (a long time ago), they tried to explain computers to us by making an adder using beads and matchboxes. We didn&#x27;t have classroom computers back then. I&#x27;d like to know how that worked.<p>I&#x27;ve always wanted to build a digital clock entirely running on fluids. It would use fluid gates, and present a digital display by pushing blobs of coloured immiscible liquids back and forth through glass tubes (perhaps arranged as a seven-segment display). The counter itself would be made using fluid gates (which I don&#x27;t know how to make). It would be slow; but for a wallclock with minute precision, you hardly need nanosecond gates.<p>So I wish &quot;fluidonics&quot; were popular.
评论 #38502228 未加载
评论 #38499745 未加载
评论 #38511405 未加载
Tooover 1 year ago
Grafana Loki for log aggregation.<p>If you have a distributed system, dont want to spend a lot of time on wrestling with ELK or fell out of your chair when opening the Splunk bill. Loki offers 90% of the features with OSS model and very simple deployment.<p>Complete game changer. Very simple to understand data model, alerts on logs, extract and group data from structured or unstructured logs, combine logs across sources, scales to both small and big system.<p>It’s surprising other tools in the same space have such a hard time hitting the right balance between capability and cost+complexity. Logs are so essential you would think the tooling space around it was better.
znpyover 1 year ago
A company I used to work for used to use the Versant OODBMS (object-oriented dbms).<p>It was truly interesting. Long story short, you stored your objects in the database, along with other objects. No object-relational mismatch.<p>Queries meant taking a subset of a graph (of objects). It was fast and performant, and fairly solid.<p>It&#x27;s essentially the result of asking &quot;what if database development had taken a different turn at some point?&quot;.<p>Of the owning company would release it under some kind of open source license (maybe open core, BSL or one of those new revenue-friendly licenses) it could probably get very very popular.
slotransover 1 year ago
Relational modeling. 40+ years old, effective, simple, backed by math. No one wants to learn it anymore though.<p>(I only <i>wish</i> I was being sarcastic.)
评论 #38500772 未加载
评论 #38504958 未加载
e9over 1 year ago
MeteorJS - not popular anymore but still alive and I still love building stuff in it <a href="https:&#x2F;&#x2F;www.meteor.com" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.meteor.com</a>
amir734jjover 1 year ago
Attribute Grammars for type checking in compilers in a declarative way
rambambramover 1 year ago
In no particular order: - PHP - RSS
JCharanteover 1 year ago
Chinese Text Analyzer <a href="https:&#x2F;&#x2F;www.chinesetextanalyser.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.chinesetextanalyser.com&#x2F;</a><p>Tokenizes chinese text into &quot;words&quot; for learning purposes and then renders the text in a GUI where you can click on a word to get the definition. It&#x27;s not perfect, but a LLM fine tuned for it will eventually result in much better &quot;tokenization&quot;.
评论 #38506382 未加载
k__over 1 year ago
<a href="https:&#x2F;&#x2F;sunscreen.tech&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;sunscreen.tech&#x2F;</a> works on post quantum FHE and ZKP.
sboltover 1 year ago
Warp directory for zsh <a href="https:&#x2F;&#x2F;github.com&#x2F;mfaerevaag&#x2F;wd">https:&#x2F;&#x2F;github.com&#x2F;mfaerevaag&#x2F;wd</a>
评论 #38520463 未加载
mdekkersover 1 year ago
<a href="https:&#x2F;&#x2F;nifi.apache.org" rel="nofollow noreferrer">https:&#x2F;&#x2F;nifi.apache.org</a><p><a href="https:&#x2F;&#x2F;docs.saltproject.io&#x2F;en&#x2F;getstarted&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;docs.saltproject.io&#x2F;en&#x2F;getstarted&#x2F;</a><p><a href="https:&#x2F;&#x2F;stackstorm.com" rel="nofollow noreferrer">https:&#x2F;&#x2F;stackstorm.com</a>
dkarrasover 1 year ago
<a href="https:&#x2F;&#x2F;www.edgedb.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.edgedb.com&#x2F;</a> is pretty amazing. postgres queried with a modern language, you can treat relational data like graphs without dealing with joins... baked in migrations management and more...
rman666over 1 year ago
Bulma is not as widely known and used as it should be. It’s a very capable and easy to use CSS framework.
评论 #38504633 未加载
评论 #38505050 未加载
michaelsalimover 1 year ago
sshuttle is really nice. Basically let&#x27;s you use any server as a proxy through ssh. All you need is python installed.<p><a href="https:&#x2F;&#x2F;sshuttle.readthedocs.io&#x2F;en&#x2F;stable&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;sshuttle.readthedocs.io&#x2F;en&#x2F;stable&#x2F;</a>
mnmingover 1 year ago
Don&#x27;t know if <a href="https:&#x2F;&#x2F;inertiajs.com" rel="nofollow noreferrer">https:&#x2F;&#x2F;inertiajs.com</a> can be classified as unpopular. but I think it&#x27;s one of the best web solution combining the best of the both worlds ssr and spa.
评论 #38506599 未加载
sam_lowry_over 1 year ago
Primary and secondary selection.
j4nekover 1 year ago
ISDN
评论 #38502579 未加载
nprateemover 1 year ago
Honestly, yoga. I&#x27;m not talking about the stretching contests they do in most gyms, I&#x27;m talking about the real deal. When your sexual energy gets drawn up into your body as your nervous system is awakened you get a new definition for the word &#x27;ecstasy&#x27;. It makes you want to jump up and down like a child. You laugh out loud spontaneously at discovering the best secret in the world.<p>A few people on HN are into Buddhist meditation - I read mentions of Culadasa&#x27;s The Mind Illuminated or Ingram&#x27;s book. Indeed I&#x27;ve done several Vipassana and Zen retreats, but they just aren&#x27;t as integrated as yogas 8 limbs. They may lead to the same place eventually, but I think they take much longer.<p>If there was a device that made people feel as good as the awakening nervous system, the inventor would be a multi-millionaire, no question (in fact I think I heard a Western monk is involved in a startup to try to create one). It is truly unparalleled and something actually worth experiencing (from what I&#x27;ve seen so far).<p>For those interested in resources I&#x27;ve found helpful to experience these changes for myself here are 2 I recommend:<p>* <a href="https:&#x2F;&#x2F;www.aypsite.com&#x2F;10.html" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.aypsite.com&#x2F;10.html</a><p>* <a href="https:&#x2F;&#x2F;morrismethodsandmore.com&#x2F;schedules&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;morrismethodsandmore.com&#x2F;schedules&#x2F;</a>
yeehawcatoover 1 year ago
Expose a MySql Stored Procedure via an Apache Module.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;codecando-x&#x2F;peregrine">https:&#x2F;&#x2F;github.com&#x2F;codecando-x&#x2F;peregrine</a>
b20000over 1 year ago
pen and paper
评论 #38505150 未加载
dave333over 1 year ago
<a href="https:&#x2F;&#x2F;brilliantlightpower.com&#x2F;suncell&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;brilliantlightpower.com&#x2F;suncell&#x2F;</a>
monksyover 1 year ago
Noisetorch. <a href="https:&#x2F;&#x2F;github.com&#x2F;noisetorch&#x2F;NoiseTorch">https:&#x2F;&#x2F;github.com&#x2F;noisetorch&#x2F;NoiseTorch</a>
greatpostmanover 1 year ago
temporal.io
评论 #38500757 未加载
评论 #38500148 未加载
foursideover 1 year ago
OP, this post would be more impactful if you included a brief description of what the tools do and why you think they should be highlighted.
评论 #38504474 未加载
6510over 1 year ago
OPML auto discovery. &lt;link rel=&quot;outline&quot; type=&quot;text&#x2F;x-opml&quot; title=&quot;&quot; href=&quot;&quot; &#x2F;&gt;
评论 #38537222 未加载
natbennettover 1 year ago
BOSH: <a href="https:&#x2F;&#x2F;bosh.io&#x2F;docs&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;bosh.io&#x2F;docs&#x2F;</a>
评论 #38520532 未加载
1vuio0pswjnm7over 1 year ago
- crunch: <a href="https:&#x2F;&#x2F;github.com&#x2F;ryao&#x2F;crunch">https:&#x2F;&#x2F;github.com&#x2F;ryao&#x2F;crunch</a>
Dansvidaniaover 1 year ago
Functional testing based on input and outputs
brailsafeover 1 year ago
GDAL and CesiumJS are pretty cool, idk how known about they are outside the geospatial world.
ape4over 1 year ago
ePaper - maybe not unpopular here
aj7over 1 year ago
Dye lasers.
Dansvidaniaover 1 year ago
Camunda and Zeebe would be my pick. MS architecture could be so much simpler.
评论 #38499907 未加载
Zelphyrover 1 year ago
Rebol
zabzonkover 1 year ago
i tried to use u++ way back when, and bounced off really hard (and i&#x27;ve used lots of different frameworks and environments). perhaps things have got better documented since?
ajmhover 1 year ago
DDS: an amazing peer to peer data centric pub-sub midddleware.
abdrehmanover 1 year ago
Apache NIFI.<p>It should be used more for building Data Pipelines specifically.
评论 #38520473 未加载
zvrover 1 year ago
Tcl. RDF. XML.
评论 #38508512 未加载
31337Logicover 1 year ago
Pocket knives.
byyllover 1 year ago
DeepL.
93poover 1 year ago
Books
评论 #38505139 未加载
评论 #38504330 未加载
wwfnover 1 year ago
I&#x27;m thinking unpopular could mean the tech is polarizing or frequently dismissed&#x2F;overlooked.<p><pre><code> * APL -- I haven&#x27;t dedicated the time to learning in part because there&#x27;s little support where I normally work. I&#x27;d love for APL to have be adapted like a domain specific language a la perl compatible regular expressions for various languages (april in common lisp, APL.jl in julia). * regular expressions. https:&#x2F;&#x2F;xkcd.com&#x2F;1171&#x2F; * bugs&#x2F;issue tracking embedded in git https:&#x2F;&#x2F;github.com&#x2F;MichaelMure&#x2F;git-bug&#x2F; </code></pre> But I&#x27;m more excited for things that fall into the niche&#x2F;lesser-known side of of unpopular. I love finding the little gems that change how I organize or work with the system.<p><pre><code> * &quot;type efficiently by saying syllables and literal words&quot; https:&#x2F;&#x2F;sr.ht&#x2F;~geb&#x2F;numen&#x2F; * I use fasd[0] &#x27;z&#x27; alias for jumping to previous directories in shell every day. * Alt+. in shell (readline, bash) to get the previous commands last argument is another ergonomic time saver that I think is relatively obscure. I have a bash wrapper to combine that with fzf for quick any-previous-command-argument fuzzy search and insert [1] * zimwiki [2] (and&#x2F;or a less capable emacs mode[3]) for note taking has served me well for a decade+ * DokuWiki&#x27;s XML RPC [4] enables local editor edits to a web wiki. I wish it was picked up by more editor plugin developers. (cf. emacs-dokiwki [5]) * xterm isn&#x27;t unpopular per say, but I don&#x27;t see sixel support and title setting escape codes talked about often. I depend on a bash debug trap to update the prompt with escape codes that set the terminal title [6]</code></pre> * are clipboard managers popular? I get a lot out of using <a href="https:&#x2F;&#x2F;github.com&#x2F;erebe&#x2F;greenclip">https:&#x2F;&#x2F;github.com&#x2F;erebe&#x2F;greenclip</a><p>[0] <a href="https:&#x2F;&#x2F;github.com&#x2F;clvv&#x2F;fasd">https:&#x2F;&#x2F;github.com&#x2F;clvv&#x2F;fasd</a> [1] <a href="https:&#x2F;&#x2F;github.com&#x2F;WillForan&#x2F;fuzzy_arg">https:&#x2F;&#x2F;github.com&#x2F;WillForan&#x2F;fuzzy_arg</a> [2] <a href="https:&#x2F;&#x2F;zim-wiki.org&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;zim-wiki.org&#x2F;</a> [3] <a href="https:&#x2F;&#x2F;github.com&#x2F;WillForan&#x2F;zim-wiki-mode">https:&#x2F;&#x2F;github.com&#x2F;WillForan&#x2F;zim-wiki-mode</a> [4] <a href="https:&#x2F;&#x2F;www.dokuwiki.org&#x2F;xmlrpc" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.dokuwiki.org&#x2F;xmlrpc</a> [5] <a href="https:&#x2F;&#x2F;github.com&#x2F;flexibeast&#x2F;emacs-dokuwiki">https:&#x2F;&#x2F;github.com&#x2F;flexibeast&#x2F;emacs-dokuwiki</a> [6] <a href="https:&#x2F;&#x2F;github.com&#x2F;WillForan&#x2F;dotconf&#x2F;blob&#x2F;master&#x2F;bash&#x2F;PS1.bash#L48">https:&#x2F;&#x2F;github.com&#x2F;WillForan&#x2F;dotconf&#x2F;blob&#x2F;master&#x2F;bash&#x2F;PS1.ba...</a> -- bash debug trap to update prompt with escape codes that set the title to previous run command -- to eg. search windows for the terminal playing music from &#x27;mpv&#x27;
评论 #38500421 未加载
jpnover 1 year ago
Predictive Markets.
t0bia_sover 1 year ago
Open source, FOSS...<p>E-ink diplays...
olgeniover 1 year ago
nats.io if you never bumped into it.
almogover 1 year ago
CRDT
mattlover 1 year ago
WebObjects
type0over 1 year ago
fairly cheap usb DACs that improve your sound<p>Flexion pens<p>XMPP<p>Gemini Protocol
hardkorebobover 1 year ago
Mantra Yoga<p>Urbit
pknerdover 1 year ago
Windows :-)
评论 #38499473 未加载
评论 #38504520 未加载
评论 #38499511 未加载