HN user

flixic

3,073 karma

Web and app designer and developer. @lekevicius

[ my public key: https://keybase.io/lekevicius; my proof: https://keybase.io/lekevicius/sigs/hrkS3l9IZp-H77PDQFN9cbMbAM9rFQ-6sISj9gTId9Y ]

Posts25
Comments458
View on HN
www.cnet.com 5y ago

PayPal and Shopify remove Trump-related accounts

flixic
1pts2
www.apple.com 5y ago

Apple – Accessibility

flixic
1pts0
www.formula1.com 5y ago

F1 Bahrain Grand Prix red flagged as Romain Grosjean escapes big crash on Lap 1

flixic
2pts0
www.pixelmator.com 5y ago

Pixelmator Pro 2.0

flixic
2pts0
lekevicius.com 6y ago

Show HN: Every 2020 New York Times front page topic analysis

flixic
1pts0
lekevicius.com 6y ago

Show HN: I've analyzed NYT front pages to show how pandemic took over the news

flixic
4pts0
cookies.lekevicius.com 7y ago

Show HN: Christmas Cookies, our family's greeting for this year

flixic
1pts0
github.com 7y ago

Show HN: macOS screensaver showing 371 Apple logos from their 2018 iPad event

flixic
2pts0
cryptoproof.org 7y ago

Show HN: CryptoProof – post proofs to the Ethereum blockchain for free

flixic
55pts27
randsinrepose.com 8y ago

Two Keyboards at a Bar

flixic
1pts0
github.com 8y ago

Show HN: Restricted Section, static site behind Google OAuth2

flixic
10pts2
coffeescript.org 9y ago

CoffeeScript 2.0 Beta Released

flixic
28pts8
www.orlandosentinel.com 9y ago

Jason Seifer, Co-Host of Ruby Show and IRL Talk, Passed Away

flixic
7pts2
snowflakes.lekevicius.com 9y ago

Show HN: My yearly tradition, family Christmas greeting coded in a day

flixic
2pts0
stars.lekevicius.com 10y ago

Show HN: Every year I create interactive Christmas greeting. Here's this year's

flixic
2pts0
datagenetics.com 10y ago

Anti Counterfeit Measures

flixic
3pts0
www.pewinternet.org 11y ago

Major Gaps Between the Public, Scientists on Key Issues

flixic
2pts0
loop.lekevicius.com 11y ago

Show HN: Infinite Loop – simple, free game for mobile and web

flixic
27pts22
postcards.lekevicius.com 12y ago

Show HN: I make my family postcards every year. Here's this year's.

flixic
109pts27
imgur.com 13y ago

HN Frontpage yesterday - every link about Aaron Swartz

flixic
13pts3
ninjasandrobots.com 13y ago

Fragile

flixic
69pts14
github.com 14y ago

Show HN: Hacking my way to top 5% score of SpellTower game

flixic
1pts0
news.ycombinator.com 14y ago

Ask HN: Downvoting threshold

flixic
6pts6
benoithamelin.tumblr.com 14y ago

Ruby one-liners

flixic
1pts0
snippi.com 14y ago

Snippi, well-designed pastebin with line annotations

flixic
3pts0

Despite benefiting tremendously from crpyto, I don’t believe this narrative.

The article mentions the core problem: being your own bank is a HUGE risk. I can accept that risk and deal with complex security mechanisms I have to maintain to both protect my own bank and keep it accessible. But a good security guide for crypto is 20-30 pages and requires serious cryptographic understanding. Currently, I can’t expect that from average users.

Everything can be solved over time. Social recovery wallets and user-friendly hardware might become mainstream. But I don’t see that happening in the next 5-6 years, and I fully expect CBDCs to be far along in that time. Then, countries will be a lot less motivated to promote crypto for the unbanked.

Banking systems in Baltic countries use a unified 2FA system called SmartID[0]. When authenticating to bank via phone, they ask for two things: your user ID (which is not secret), and to authenticate using Smart ID, which means entering a PIN on your phone.

However, each PIN entry is accompanied by "code check": bank's support person says their 4 digit code, and you can verify that it matches on request for PIN screen. This neatly prevents someone pretending to be a bank during a call, because each PIN request uses a different "code check".

[0] https://www.smart-id.com

In many cases, "animations on the web" has become Lottie animations. Or, at least, Lottie raises the bar for animation expectations.

I'd love to see two things:

- A decent free or one-time payment editor for Lottie (don't make me use AfterEffects)

- Perhaps a Lottie implementation using Web Animations API, if that is even possible.

iOS 15 5 years ago

Initial Safari design was quite different from what shipped today (beta process worked!). The main differences were: all the buttons where crammed into the address field, dropping the toolbar (shipping design returned the toolbar), and the address bar was floating over content, detached from the bottom. This caused many sites to break.

It's been a long, long time since I read an LATimes article. It looks like they finally allowed people from Europe to view their website, after years of blocking it completely due to not willing to deal with GDPR. Well done, and "finally".

Looks like we have a VPN duopoly forming:

- Kape with Cyberghost, PIA and ExpressVPN

- Tesonet with NordVPN, and allegedly a couple more most known, but there is no strong proof, so I'd rather not list them here.

The way I look at this, the UI would be only to speed things up / simplify things a little bit. It wouldn't try to do full error validation before execution. It's the job of a command-line app to fail with an error if wrong combination of flags or inputs was provided, and the UI might display that error in a pretty generic way.

Can be XML as well, but I think HTML is too complex. The goal, for me, is simplicity.

    <section name="Options"><checkbox flag="c" label="Compile" /></section>
It shouldn't be a hassle at all to convert a man page to a UI that speeds up actions and avoids common errors.

Anyway, this idea is free, so feel free to take it and do whatever, even full HTML (:

It seems to me that a lot of these projects aim to deliver really "good" apps: native UI, table output, etc… Results are great, but the UI building complexity also becomes quite high.

I think that's the wrong goal. The goal should be really simple definitions and ok quality apps. Simple JSON (or XML, don't care).

    { control: checkbox, flag: c, label: "Compile" }

This is cool! Syntax might scare off many developers, I think one of the goals should be approachability, it should be super easy to transform your favorite command-line app into a GUI.

Gooey is a great northern star to follow, but this hypothetical app should work with any command-line app.

Idea would be to define UI structure that outputs (and executes) essentially a string (command) to run.

An idea that anyone is free to take: JSON-definable UI for command-line apps. Define checkboxes for flags, inputs for arguments, buttons for commands and file pickers / droppable wells for file input. Allow some customization of layout of these elements. Have in-app "store" to download these JSON definitions, maybe even suggest them based on `which` output. Electron app, obviously.

Chekhov's Gun 5 years ago

One my favorite subversions of this technique is in Mr. Robot, with a gun hidden in a popcorn machine. Using of the gun is never shown on screen: the show assumes that the person watching remembers that a gun was shown and hidden, and allows the connection to be made "between the lines". Excellent use of Chekhov's Gun, but it only works because of a certain amount of TV tropes literacy.

O.mg Cable 5 years ago

Took me a moment to realise, but this is for keyboards, not iPhones. I don't think (?) anybody can access anything from an iPhone using an evil cable (using publicly-known attacks).