HackerTrans
TopNewTrendsCommentsPastAskShowJobs

abareplace

no profile record

Submissions

[untitled]

1 points·by abareplace·2 ay önce·0 comments

Are We Anti-AI?

blog.nearlyfreespeech.net
3 points·by abareplace·5 ay önce·0 comments

On coding with LLMs

abareplace.com
1 points·by abareplace·6 ay önce·0 comments

Reflections on My Tech Career: Microsoft, Valve, and Google

randomascii.wordpress.com
6 points·by abareplace·8 ay önce·0 comments

Empty character class in JavaScript regular expressions

abareplace.com
1 points·by abareplace·3 yıl önce·1 comments

comments

abareplace
·2 ay önce·discuss
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/
abareplace
·3 ay önce·discuss
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 results as you are typing the search pattern). Now it supports various formats like Base64, URL encoding, or timestamp conversions. With one-liners, you can add width/height attributes to <img> tags or insert file contents.
abareplace
·5 ay önce·discuss
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.
abareplace
·5 ay önce·discuss
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.
abareplace
·6 ay önce·discuss
Is it for iOS? Then, it could be the Swift runtime library.
abareplace
·geçen yıl·discuss
Eevee is she, not he. See the website footer and the home page.
abareplace
·geçen yıl·discuss
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 clipboard.
abareplace
·geçen yıl·discuss
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.abareplace.com/blog/
abareplace
·2 yıl önce·discuss
Exactly, not loading the whole file into memory works well only for hex editors.
abareplace
·2 yıl önce·discuss
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, which is shorter and more elegant. The coding is now redundant because each raster operation code contains both an operation index and an operation code. See https://devblogs.microsoft.com/oldnewthing/20180528-00/?p=98...
abareplace
·2 yıl önce·discuss
If there is no application manifest, you will get Windows NT4 / Windows 9x style buttons. Just tested this on Windows 11.
abareplace
·2 yıl önce·discuss
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 logged in.
abareplace
·2 yıl önce·discuss
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.
abareplace
·2 yıl önce·discuss
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#...
abareplace
·2 yıl önce·discuss
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.
abareplace
·2 yıl önce·discuss
Unfortunately, it does not load under Firefox
abareplace
·2 yıl önce·discuss
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, insert a header with the filename and copyrights to each source code file, etc.

https://www.abareplace.com/
abareplace
·3 yıl önce·discuss
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.
abareplace
·3 yıl önce·discuss
This is length of a null-terminated string, e.g. lengthof("abc").
abareplace
·3 yıl önce·discuss
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 many interesting projects like yours that remain invisible to their potential users.