Live data from Hacker News

Viewing profile — abareplace

abareplace

HN member
Joined
Sat, Jan 08, 2022, 11:30 AM UTC
HN karma
24
Public activity
49 items

About abareplace

Search and replace in multiple files with regular expressions: https://www.abareplace.com

Blog: https://www.strchr.com

Recent public activity

  1. story
  2. comment
    Comment #48105793

    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…

  3. story
  4. comment
    Comment #47766898

    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 g…

  5. story
  6. comment
    Comment #46959581

    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.

  7. comment
    Comment #46957036

    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.

  8. story
  9. comment
    Comment #46540293

    Is it for iOS? Then, it could be the Swift runtime library.

  10. story
  11. comment
    Comment #44474878

    Eevee is she, not he. See the website footer and the home page.

  12. comment
    Comment #44457826

    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, U…

  13. comment
    Comment #43993692

    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 y…

  14. comment
    Comment #42054784

    Exactly, not loading the whole file into memory works well only for hex editors.

  15. comment
    Comment #41802930

    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 in…

  16. comment
    Comment #41501812

    If there is no application manifest, you will get Windows NT4 / Windows 9x style buttons. Just tested this on Windows 11.

  17. comment
    Comment #41498460

    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 li…

  18. comment
    Comment #40845759

    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 o…

  19. comment
    Comment #40845583

    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#...

  20. comment
    Comment #40845365

    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…

  21. comment
    Comment #40836374

    Unfortunately, it does not load under Firefox

  22. comment
    Comment #39849266

    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 https://www.abareplac…

  23. comment
    Comment #38472590

    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.

  24. comment
    Comment #37818400

    This is length of a null-terminated string, e.g. lengthof("abc").

  25. comment
    Comment #37642560

    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 …