HN user

onassar

602 karma

- https://olivernassar.com/ - hello@olivernassar.com

Posts40
Comments200
View on HN
github.com 10mo ago

Show HN: UI library for Typesense Search (MIT licensed)

onassar
12pts1
wysiwyg-editors.com 1y ago

Show HN: Compare 10 WYSIWYG editors side-by-side

onassar
24pts9
prep.coach 1y ago

Show HN: Practice actual work conversations (with LLM based feedback)

onassar
27pts5
css-frameworks.com 1y ago

Show HN: Compare 10 CSS frameworks (with demos)

onassar
10pts3
viewport-tester.com 1y ago

Show HN: Test your website on 180+ device viewports (with multi-device mode)

onassar
74pts49
www.figma.com 4y ago

Show HN: Figma plugin to search 118,740 free, open source icons and emojis

onassar
12pts1
news.ycombinator.com 4y ago

Show HN: Bookee – Search your bookmarks with screenshots and thumbs (for Chrome)

onassar
6pts5
onassar.github.io 4y ago

Show HN: Webhook after XX time or days

onassar
2pts3
github.com 5y ago

Help Wanted

onassar
2pts0
onassar.github.io 5y ago

Show HN: Pigeon – Email your elected officials right from Gmail

onassar
8pts5
zenlogin.co 5y ago

Show HN: Zenlogin – API to email users when a suspicious login happens

onassar
24pts6
news.ycombinator.com 5y ago

Show HN: Retrospective on having my “Show HN” on the front-page

onassar
13pts5
iconduck.com 5y ago

Show HN: Iconduck – 100k open source icons, downloadable and searchable

onassar
528pts74
news.ycombinator.com 5y ago

Ask HN: Any cool Wikipedia API projects out there?

onassar
5pts6
news.ycombinator.com 5y ago

Ask HN: How do you handle suspicious logins?

onassar
5pts6
news.ycombinator.com 5y ago

Show HN: Google Font preview images/thumbs

onassar
2pts0
news.ycombinator.com 5y ago

Ask HN: Chrome Extension for Website in Picture?

onassar
1pts2
news.ycombinator.com 6y ago

Ask HN: What should I do with my expiring AWS credits?

onassar
1pts1
getstencil.com 7y ago

Companies That Help Make Stencil

onassar
2pts0
github.com 7y ago

Show HN: Chrome/Firefox extension framework for podcasts

onassar
1pts0
getmatlock.github.io 7y ago

Show HN: Matlock Extension – Discover the Open Source Libraries Pages Are Using

onassar
34pts4
getduffel.com 10y ago

Show HN: Download your Gmail emails as PDFs (built with InboxSDK)

onassar
9pts0
medium.com 11y ago

Starting too big

onassar
2pts0
www.whathappenedlastweek.com 11y ago

Show HN: What Happened Last Week – Weekly News Digest

onassar
16pts0
accountdock.com 11y ago

Show HN: AccountDock – Billing history for your Stripe app

onassar
44pts16
accountdock.com 11y ago

Show HN: PDF receipts for Stripe (Chrome extension)

onassar
7pts0
weeklysnaps.com 12y ago

Show HN: Curated Stock Photos in your Inbox every week (royalty free)

onassar
14pts17
news.ycombinator.com 12y ago

Tell HN: Include job location when posting

onassar
4pts1
github.com 12y ago

Show HN: PHP Pagination library (w/ bootstrap markup support)

onassar
1pts0
web.onassar.com 13y ago

Show HN: Overlay your pages with a spinner (in one-line of JS)

onassar
1pts0

Hey all - I built out a UI library for Typesense so that I can get up and running quicker when deploying new search experiences. It's vanilla JS, has a small footprint, and deploys as a Web Component (low-likelihood of conflicting with existing code). Feel free to ask any questions.

That's a cool idea. I wonder if one thing we could do here is to go through the Issues on the respective editor's GH page, and look for some "will not fix" issues. Documenting that could help devs figure out what might be a blocker for them.

Hey all - we frequently need to use wysiwyg editors for projects, and one thing we often get stuck on is previewing different ones to see how they work, what they look like, and if they fit the needs of our project.

To make this easier, we built a tool to compare different editors. With it you can: - Quickly see a demo of 10 different editors - Favourite or add them to a compare page to see them side-by-side - Filter by certain licenses (e.g. MIT) - Filter by editors that are “block based”

Would love your feedback here (especially if there are editors you want us to add). We also open-sourced the editors integration here: https://github.com/bitcomplete/labs-wysiwyg-editors

Hey all -

We’ve been working on Prep Coach over the last few months. Here’s the problem we saw: we would run into situations at work where we need to have a “tough” conversation (e.g. giving constructive feedback to a colleague or manager, asking for a raise, etc).

One thing we’ve found we do is kind of “talk to ourselves”; prepare in our heads how we’ll handle certain questions, or phrasings.

So we wanted to build a product that lets us actually _talk out loud_ while it’s recorded, and then have the product give us feedback on what we’ve said.

That’s what Prep Coach is: you choose a Scenario, and it’ll present you with some prompts. You then record a response. Prep Coach will then take all your responses, process them, and then give you actionable feedback (e.g. “Be more specific when you talk about XX” or “This was great, but you went off track a bit related to the topic”).

This is our first version, but we’d love for you to try it out and send over some feedback.

Happy December all!

We built a quick-and-easy way to compare CSS frameworks, by viewing demos of the frameworks in action.

The goal is to make it easier for developers to previous frameworks side-by-side (we've also open sourced the demo files, so if you have a bit of time we'd love a PR with any frameworks we're missing: http://github.com/bitcomplete/labs-css-frameworks)

Would love any comments on which other frameworks you'd like us to add, or features to make the the decision process a bit easier.

This is awesome: thanks for these resources! We'll take a look at Cloudflare Browser Isolation for sure. We've played with screenshot tools at specific viewport dimensions etc, but it's not often the right fit for when we're doing interactive frontend responsive updates. That aside though, the screenshot APIs could be a great integration to be able to download/save screenshots of specific viewports.

Really sorry to hear your first impression wasn't great @altdataseller It has to do with limitations around performance/memory. In some instances, loading large documents in multiple iframes at the same time could cause mobile safari to crash. We have plans on how to address this, but we thought that seeing as frontend responsive testing is most likely going to be done on a Desktop-like device, we would prevent possibly crashing your mobile browser and show you a video walkthrough of how it works on desktop. Happy to chat more about this offline if you want: hello@viewport-tester.com

@ivanjermakov I know: it's a bummer that it doesn't work on mobile. We initially _did_ make it work (and responsive), but we ran into performance/memory issues. This is related to how much memory can be allocated on mobile devices, and since we open multiple iframes, it caused a lot of problems.

We have a specific plan on making this work on mobile, but for this initial version, we decided that making it limited to Desktop was okay (since, realistically, people who are doing frontend responsive testing, are most likely doing it on a wider display).

Thanks for sharing this @Brajeshwar! This is a great tool and one we played with. One primary motivation for us, that caused us to build a web-based Responsive UI testing tool, was we wanted to be able to easily share issues/links with our team. It has it's limitations, but there's something super-handy about being able to test a URL, find an issue, and then link directly to that experience on Slack, Linear, Jira, etc.

Thanks for the comment @account42 Agreed that a really-great responsive site is one where specific viewport dimensions don't matter. One thing we've run into (and want to test for) is users mentioning they're using a specific device and having issues.

In those cases, it's helpful for us to really quickly choose from a list the device, and view the site. That way, we don't need to know the exact dimensions of the device, and can also test a possible fix for that device against other viewports.