HN user

seky

312 karma

I am a programmer, working using Microsoft technologies (.Net Core, MS SQL, Windows Azure)

I have one failed (quite long time spent on it) project, and couple of new projects:

https://www.gluee.com/

https://www.htmlwasher.com/

https://www.gguid.com/

@MiroslavSekera https://twitter.com/MiroslavSekera

Posts35
Comments29
View on HN
www.notationer.com 5mo ago

Show HN: Code Notation Switcher (camelCase to SCREAMING_SNAKE_CASE etc.)

seky
1pts0
news.ycombinator.com 6mo ago

Ask HN: What is your Claude Code setup? For common or spec projects

seky
4pts3
phys.org 3y ago

A breakthrough discovery in carbon capture conversion for ethylene production

seky
8pts3
twitter.com 4y ago

$2M in Ads?

seky
2pts0
www.cnet.com 4y ago

Cryptocurrency faces a quantum computing problem

seky
7pts0
www.w3.org 5y ago

W3C launches the MiniApps Working Group to ensure MiniApps cohesiveness

seky
1pts0
www.wired.com 6y ago

The Internet Avoided a Minor Disaster Last Week

seky
1pts0
www.sciencealert.com 6y ago

Curiosity Just Gave Us Its Highest-Res Panorama of Mars, and It's Incredible

seky
3pts0
www.youtube.com 6y ago

Things you can make from old, dead laptops (Jan 2020)

seky
2pts0
www.htmlwasher.com 7y ago

Show HN: History of HTML

seky
3pts0
www.htmlwasher.com 9y ago

Show HN: HtmlWasher – An HTML cleanup tool

seky
75pts46
www.helpnetsecurity.com 9y ago

Top-ranked programming Web tutorials introduce vulnerabilities into software

seky
1pts0
www.washingtonpost.com 10y ago

Female-named hurricanes kill more than male hurricanes coz ppl don’t respect em

seky
3pts2
www.thedomains.com 10y ago

Donuts: We Are Not Going to Delete New GTLD Extensions

seky
1pts0
domainincite.com 10y ago

ICANN security advisor predicts “hundreds” of new gTLDs will “go dark”

seky
1pts1
domainincite.com 10y ago

Schilling: registries could wind-down unprofitable gTLDs

seky
1pts0
blog.icann.org 12y ago

DNSSEC surpasses 50% of root domains

seky
36pts50
www.circleid.com 12y ago

21 Experts Give Their 2014 Predictions on Internet Performance

seky
2pts0
www.circleid.com 12y ago

Fine Grained Mail Filtering With IPv6

seky
1pts0
www.thedomains.com 12y ago

Why Google Wants to Give You 101 Alternatives to .Com

seky
4pts0
online.wsj.com 12y ago

Sell Bikes? There's a Web Domain for That

seky
1pts0
domainincite.com 12y ago

Cartier sues Nominet hoping to set global domain name take-down precedent

seky
2pts0
mashable.com 12y ago

First 100 Generic Domains Include .Rich, .Sexy and .Ninja

seky
2pts0
blog.icann.org 12y ago

100 New gTLDs in the Internet, Thousands of New Ideas

seky
1pts0
www.circleid.com 12y ago

6 Domain Name Industry Developments to Lookout for in 2014

seky
1pts0
www.slate.com 12y ago

Boston Dynamic's Petman and BigDog and the uncanny valley

seky
1pts0
www.circleid.com 12y ago

First New TLD Quietly Enters Sunrise Period

seky
2pts0
blog.icann.org 12y ago

Dawn of a New Internet Era

seky
50pts43
www.newscientist.com 12y ago

Matterhorn (a mountain in the Alps) mapped by fleet of drones in just 6 hours

seky
3pts0
motherboard.vice.com 12y ago

The World Wants to Break Up with America's Internet

seky
101pts69

I have a. suite of tolls for developers:

https://www.punycoder.com/ (a tool for Punycode to Text/Unicode and vice-versa conversion),

https://www.htmlwasher.com/ (a tool if you have some dirty HTML and need to clean it up),

https://www.htmlcorrector.com/ (a tool if you have some not so well-formed HTML and need to fix it),

https://www.htmlenc.com/ (a simple tool to HTML encode (escape) a text),

https://www.urlenc.com/ (a simple tool to URL encode (escape) a text),

https://www.gguid.com/ (a customizable GUID generator),

https://www.64baser.com/ (a Base64 and vice-versa encoder),

https://www.hexator.com/ (a Hex and vice-versa encoder),

https://www.cescaper.com/ (a C and C++ string escaper and unescaper) https://www.htmlinstant.com/ (a simple HTML editor).

https://www.notationer.com/ (a tool to switch across (code) notations, like camelCase, PascalCase, snake-case).

Frontend is mostly in React/Next.js (Some older projects have frontend still in the old ASP.NET MVC and Ajax :-)). Where the backend is needed, it is written in .Net/C# and running on Azure.

I have a coupon site for developers https://www.gluee.com/ and a set of small tools for developers:

https://www.punycoder.com/ (a tool for Punycode to Text/Unicode and vice-versa conversion),

https://www.htmlwasher.com/ (a tool if you have some dirty HTML and need to clean it up),

https://www.htmlcorrector.com/ (a tool if you have some not so well-formed HTML and need to fix it),

https://www.htmlenc.com/ (a simple tool to HTML encode (escape) a text),

https://www.urlenc.com/ (a simple tool to URL encode (escape) a text),

https://www.gguid.com/ (a customizable GUID generator),

https://www.64baser.com/ (a Base64 and vice-versa encoder),

https://www.hexator.com/ (a Hex and vice-versa encoder),

https://www.cescaper.com/ (a C and C++ string escaper and unescaper),

https://www.csharpescaper.com/ (a C# string escaper and unescaper),

https://www.jsonescaper.com/ (a JSON string escaper and unescaper),

https://www.rustescaper.com/ (a Rust string escaper and unescaper),

https://www.pythonescaper.com/ (a Python string escaper and unescaper),

https://www.javascriptescaper.com/ (a JavaScript string escaper and unescaper),

https://www.javaescaper.com/ (a Java string escaper and unescaper) and

https://www.htmlinstant.com/ (a simple HTML editor).

All are written in .Net/C# and running on Azure, HtmlInstant has frontend in React, otherwise they are old ASP.NET MVC and Ajax :-)

my project does not want to compete with any lib or commandline or other downloadable tool - yes - it's main purpose is convenience

thanks, I will consider using Bleach as an underlying lib / part of my service

thanks for your comment :-) I think rather than using a web service people would use some library like the HTML Tidy. Regarding to opensourcing - I think I will rather use some opensource as a core lib for my project.

yes - but this is not an online service - I wanted to build something handy you can use when you are stressed at the office need to reuse some other HTML doc quickly no time to install anything :-)

I also realized this tool/lib exists after doing Html Washer - I am considering to use their lib as an underlying lib for my project

Yes, that could be more specific (and I will make it probably configurable), currently it is: <a href>, <body>, <br>, <div>, <h1>, <h2>, <h3>, <h4>, <h5>, <h6>, <head>, <hr>, <html>, <i>, <img src width height>, <li>, <ol>, <p>, <ruby>, <strong>, <table>, <tbody>, <td colspan rowspan>, <th colspan rowspan>, <title>, <tr>

Trump 10 years ago

"Being right about something" is a basic prerequisite to being a successful demagogue

Not to say, if you (easily on such devices) zoom to max zoom on a hi-res display, the resulting image is 8times zoomed in comparison to normal desktop PC image. And for same quality (sharpness), you wouldn't only need 8times larger PNG for this, but 8x8=64times larger PNG.

I have written my prev reply before I've seen yours.

Yes, if its mostly double-sized resolution then blurring shouldnt be a prob,

And when it is some strange "1.something" or "2.something" resolution, then probably also PNGs will look blurred, unles you dont supply exact special PNGs for such resolutions

Well, many websites uses simple graphics, simple logos... It's 2013 - yes, and nowadays simple, flat, design is modern, rather than graphics with a lot of effects, that was modern in the past, IMHO.

But I agree with your argument regarding to something is not properly - yes, that can be the reason why people don't see the whole thing as reliable