Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
abareplace
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
Doom Running on a Regex Engine
(4rh1t3ct0r7.github.io)
3 points
by
abareplace
2mo ago
|
1 comments
2.
▲
by
abareplace
4mo ago
I continue to work on Aba Search and Replace, a tool for regex search and quick conversions (Base64, URL encoding, JSON Web tokens, timestamps to dates and vice versa). https://www.abareplace.com/
3.
▲
by
abareplace
5mo ago
I continue to add more features to my search-and-replace tool for Windows ( https://www.abareplace.com/ ). I initially built in for myself and it was one of the first incremental grep implementations (allowing you to see the
4.
▲
Are We Anti-AI?
(blog.nearlyfreespeech.net)
3 points
by
abareplace
7mo ago
|
0 comments
5.
▲
by
abareplace
7mo ago
I'm working on a regex / data conversion tool for web developers: https://www.abareplace.com Plan to add more handy features in the next version.
6.
▲
by
abareplace
7mo ago
Agreed, the lack of borders or indentation on the screenshots is very confusing. It's hard to understand what text comes from the malicious website and what is from the author.
7.
▲
On coding with LLMs
(abareplace.com)
1 points
by
abareplace
8mo ago
|
0 comments
8.
▲
by
abareplace
8mo ago
Is it for iOS? Then, it could be the Swift runtime library.
9.
▲
Reflections on My Tech Career: Microsoft, Valve, and Google
(randomascii.wordpress.com)
6 points
by
abareplace
10mo ago
|
0 comments
10.
▲
by
abareplace
1y ago
Eevee is she, not he. See the website footer and the home page.
11.
▲
by
abareplace
1y ago
https://www.abareplace.com/ An old-school regex and text processing tool for web developers. Great for browsing source code, automating complex replacements, and decoding Base64, URL encoding, or Unix timestamps from your c
12.
▲
by
abareplace
1y ago
It helps to start blogging about things that are related to your product or interesting to your target audience. I got the first users by writing about text-processing tasks that you can do with regular expressions: https://www.a
13.
▲
by
abareplace
2y ago
Exactly, not loading the whole file into memory works well only for hex editors.
14.
▲
by
abareplace
2y ago
Yep. BitBlt originally used complex 16-bit "operation codes" that store the binary operations in reverse Polish notation. Then, they added "operation index" that stores the same information in a byte, like in Amiga, whic
15.
▲
by
abareplace
2y ago
If there is no application manifest, you will get Windows NT4 / Windows 9x style buttons. Just tested this on Windows 11.
16.
▲
by
abareplace
2y ago
booking.com natively supports this "email is authentication" pattern, so you even don't have to change your password and come up with a throw-away password. They just send you a link by email, you click the link, and you are
17.
▲
by
abareplace
2y ago
No, they won't get dark mode and this is the biggest problem for Win32 UIs now. If Microsoft would make dark mode available for classic Win32 apps, it would meet all requirements of the original poster.
18.
▲
by
abareplace
2y ago
Check out the Scrollbars series from Raymond Chen: https://devblogs.microsoft.com/oldnewthing/20030731-00/?p=43... https://github.com/mity/old-new-win32api?tab=readme-ov-file#...
19.
▲
by
abareplace
2y ago
My app is around 500 KB (not megabytes) and it supports dark mode (see https://www.abareplace.com/ ). So this is definitely possible without using Electron or bloated GUI libraries.
20.
▲
by
abareplace
2y ago
Unfortunately, it does not load under Firefox
21.
▲
by
abareplace
2y ago
I'm working on a bulk search-and-replace tool for webmasters and developers that allows you to correct errors on your webpages, add width/height attributes to <img tags, convert all method names to lowercase/uppercase, ins
22.
▲
by
abareplace
3y ago
The CPU usage is around 30% when idle (not handling any HTTP requests) under Windows, so you won't want to keep this app running in background. Otherwise, it's a nice try.
23.
▲
by
abareplace
3y ago
This is length of a null-terminated string, e.g. lengthof("abc").
24.
▲
by
abareplace
3y ago
Thank you. Unfortunately, my experience is the same: it's hard to promote a software project on today's Internet without investing a lot of money or spending 4 hours/day on social media like the original poster did. There are
25.
▲
by
abareplace
3y ago
You can afford not reading news only if you live in a democratic country with a stable economy, far from any conflict zones. In other parts of the world, you would miss information that you need for your survival.
26.
▲
by
abareplace
3y ago
The double quote (") is also broken. If you use it in the regex, then no DFA is displayed.
27.
▲
by
abareplace
3y ago
The web page hangs on the regular expressions that produce a DFA with a lot of states. For example, these ones: (ab+c+)+ (abc){100} a.*quick brown fox jumps over the lazy dog
28.
▲
by
abareplace
3y ago
Not ignoring, but taking it seriously without demagogy and trying to prove that 2+2 equals to five.
29.
▲
by
abareplace
3y ago
https://www.strchr.com/ C and assembly language programming under Win32
30.
▲
by
abareplace
3y ago
I use ini files for my Windows application [1]. They are enough if you don't need multiple levels of nesting. The simpler the format is, the better. When storing settings in config files, you can just copy the program folder to another
More ›