HackerTrans
TopNewTrendsCommentsPastAskShowJobs

karhuton

no profile record

Submissions

[untitled]

1 points·by karhuton·vor 4 Monaten·0 comments

comments

karhuton
·letzten Monat·discuss
I’m currently living in a Northern European one and the income island thing was solved with city planning: the same area has mix of private and city owned apartment buildings. Some buildings are mix-owned too, so city owns like 50% of the apartments.

Here you’m find a person living on social security and someone with half a million apartment loan, having a neighbourly chat while their kids playtogether in the common courtyard.
karhuton
·vor 2 Monaten·discuss
These are amazing. It feels so clear to see a visual ”map” of the cooking process before you even start.

This would help coordinate two cooks to make prepping more independent.

I’m trying to figure out if an landscape Ipad, with interactive elements for extra details if needed, would be a good UI for this.

-

Edit: Showed it to my non-Engineer wife and she said ”this is horrible” after staring at it for 10 seconds. Maybe not for everyone…
karhuton
·vor 5 Monaten·discuss
Stein means rock. Wolfenstein is something like Wolf’s rock.

Eisen means Iron. You could name it Wolfeneisen?
karhuton
·vor 5 Monaten·discuss
Great work. As a European designer, really happy to see competition. Figma is slowly jacking up prices and companies are starting to lean on seats.

Figma has pretty much reached the point that they’re inventing features, pushing AI and expanding to other products (figjam, slides), because they’ve reached feature maturity on UI design long time ago and they need to make more money by expanding the other roles (PO, dev) from viewers to paid seats that actually use the tool.

So, you have a good fixed target here for Europeans: keep copying UI features from Figma and get European businesses to start switching over.

Your pricing is way too high.

World’s best UI design tool with all the extra tools? 16€. Your limited offer? 12€!

How about: 16€ ANNUAL. ”For the price of one month of Figma, get Vecti for the whole year.” - there’s a promotion text for the website too.

P.s. My list of must haves before I could consider switching:

- auto layout (w/ slots if possible!!)

- components

- very simple prototyping with click & scroll support

Prototyping is required for user testing, so I’d have to buy software for that if I’d use yours.

Edit: I want to follow your progress. Could you have a mailing list where you update your feature implementation progress - let’s say once a month?
karhuton
·vor 6 Monaten·discuss
Did it and can’t say yet I’d be very happy with the decision.

The first new feature we got on BOTH models was synced alarms! Why? It was already most hated feature on a stand-alone setup.

Also, their communication system between the models is a VERY noisy ad hoc wiresless audio mesh network.

(I have to admit it works better than our Wifi across the apartment – but I guess it’s because there’s no legal TX Watt limits!)
karhuton
·vor 6 Monaten·discuss
Great, finally something ambitious enough.

However, may I make a speculate here a little..

The brand and presentation seem to try to appeal to (young) tech savvy people; but those are the ones who are hardest to win due to so many different needs they have for their OS and software running on it. Similarly why people don’t move from Windows to Linux.

Thus, I’d be afraid this might very easily end up in the ”toy” category like the many alternative cloud or browser OSes.

So, instead, why not take a chapter from Chromebook’s.. book, and target the users with simplest needs: the non-technical. Those, who just ”need a browser in a laptop”.

New selling points: - No need to update it, it takes care of its self - No need to install suspicious apps, it can make the things you need - No menus full of apps, settings and actions you will never use; only what you actually want - You can’t break it, it can protect itself from accidents - Never again odd error messages, it can always explain them to you ELI5 and help to fix them

And lastly: - Nothing to ”learn” - always just ask and it’ll do it for you
karhuton
·vor 6 Monaten·discuss
Great, thanks. Bookmarked.

Note: The last buttons slide below the browser chrome on iPhone Safari, when the there’s nothing to scroll.

Sometimes 100dvh helps instead of 100vh, if the document vertical size is used to define layout.
karhuton
·vor 7 Monaten·discuss
I made this because I got tired of screensharing issues in corporate environments: https://bluescreen.live (code via github).

Screenshot once per second. Works everywhere.

I’m still waiting for mobile screenshare api support, so I could quickly use it to show stuff from my phone to other phones with the QR link.
karhuton
·vor 8 Monaten·discuss
Finnish to the rescue:

Change your Youtube language to Finnish, which isn’t supported by auto-dubbing (and probably never will), and all audio will be in original language.
karhuton
·vor 8 Monaten·discuss
Give the Windows 2 a second look and try to ignore the colorful GAME in the screenshot.

It’s actually pretty ”elegant” design with white, black, grey with two shades of primary color: dark blue and light blue/cyan. Then complementary orange for active selection. The cyan is light enough for black text and blue is dark enough for white text. Really good palette choices.

Remember this was only 16 CGA colors, of which only few are delicate enough for UI components.

The tiny resolution makes things blocky, but if it had more space with an SVGA resolution, it’d be pretty great.

I would dare say, this might be the most ”designed” UI of the bunch, considering limitations.

-

Intresting aspect of the UI is the hilighting of the menu bar in each window:

These days it’s odd to hilight menus, but I think their importance must’ve been much higher due to lack of space in the UI itself. They were basiclly act as ”navigation” and action menus. We use sidepanels and tabs a lot, but those have hard time fittinh there. Also the apps were simpler.
karhuton
·vor 8 Monaten·discuss
”2 There shall be no interference by a public authority with the exercise of this right EXCEPT such as is in accordance with the law and is necessary in a democratic society in the interests of national security, public safety or the economic well-being of the country, for the prevention of disorder or crime, for the protection of health or morals, or for the protection of the rights and freedoms of others.”

Are we reading the same thing?

This linked statement clearly authorizes invasion of privacy by public authorities, in the name of any of the very vaguely listed reasons – as long as there’s some law to allow it.
karhuton
·vor 9 Monaten·discuss
Wow. Looking at the schema for gif, it’s so readable, I can’t help to wonder why something like this hasn’t become the standard way to work with binary formats over the decades already!

Seems like eveything has to be JSON and text based these days, because binary is more difficult DX.

When reading articles discussing binary formats, I usually see them using box diagrams of packets, description tables or hexdumps.

This neatly describes nested structure, names and ”types” - just enough.

I wonder if there’s a hexdump like viewer in IDEs that can present binary files like this? I can also imagine a simple UI to make the files editable using this.