HN user

Jefro118

343 karma

Software developer. I can be reached on emilepw93 [at] gmail.com

Posts56
Comments178
View on HN
www.fitpic.app 10mo ago

Show HN: A web app for trying on clothes with nano banana

Jefro118
1pts0
news.ycombinator.com 4y ago

Ask HN: Querying Stripe data with natural language?

Jefro118
1pts0
news.ycombinator.com 4y ago

Show HN: Create a simple, searchable wiki from Google Drive

Jefro118
8pts2
news.ycombinator.com 5y ago

What metrics do you use to assess productivity for developers?

Jefro118
13pts12
news.ycombinator.com 5y ago

Ask HN: Engineering managers – how do you measure developer productivity?

Jefro118
3pts6
profiled.app 5y ago

Show HN: One-click portfolio generator for developers

Jefro118
3pts1
prototype.profiled.app 5y ago

Show HN: Developer Resume Prototype

Jefro118
3pts5
news.ycombinator.com 5y ago

Ask HN: What is the best distraction blocker?

Jefro118
6pts8
sourcesort.com 6y ago

Creating Porter; an open-source CLI to make cloud deployments easier

Jefro118
5pts0
www.sourcesort.com 6y ago

Working on hard, ambitious graphics software for the dream of FOSS

Jefro118
2pts0
sourcesort.com 6y ago

Creating FastAPI (8k stars) from a collage of ideas and experience

Jefro118
3pts1
news.ycombinator.com 6y ago

Ask HN: Hiring managers – what do you want to see in a candidate's portfolio?

Jefro118
2pts0
www.sourcesort.com 6y ago

Balancing school, life and the maintenance of Python packaging tooling

Jefro118
1pts0
www.sourcesort.com 6y ago

Making an open source, privacy-conscious alternative to Google Analytics

Jefro118
9pts1
sourcesort.com 6y ago

I made a tool for creating React components with visual TDD

Jefro118
2pts0
www.sourcesort.com 6y ago

Creating My Ideal CSS Framework: Cutestrap

Jefro118
1pts0
www.sourcesort.com 6y ago

Getting into open source as an Outreachy intern

Jefro118
1pts0
news.ycombinator.com 6y ago

Ask HN: What do you want in a developer portfolio generator?

Jefro118
1pts0
www.sourcesort.com 6y ago

Creating and maintaining node-Postgres solo

Jefro118
1pts0
www.sourcesort.com 6y ago

Complementing a 15k star open source NLP library with commercial developer tools

Jefro118
2pts0
sourcesort.com 6y ago

Creating a $24k/mo, open-source solution to the headaches of headless browsers

Jefro118
3pts0
www.sourcesort.com 6y ago

Creating elementary OS: a design-first Linux-based operating system

Jefro118
1pts0
sourcesort.com 6y ago

I created a study plan for web developers to become software engineers

Jefro118
59pts28
www.sourcesort.com 6y ago

Interview: André Staltz on Manyverse, a decentralized social network

Jefro118
3pts1
sourcesort.com 6y ago

I made Redux Form, maintained it for 3 years, travelled the globe

Jefro118
2pts1
sourcesort.com 6y ago

Maintaining OpenAI Gym for the Ultimate Goal of Safe AGI

Jefro118
3pts0
www.sourcesort.com 6y ago

Creating elementary OS: a design-first Linux-based operating system

Jefro118
2pts0
www.sourcesort.com 6y ago

Kismet: Detecting wireless devices and networks since 2001

Jefro118
1pts0
sourcesort.com 6y ago

Interview: Creating and maintaining node-Postgres solo

Jefro118
1pts0
www.sourcesort.com 6y ago

The present and future of semantic code search

Jefro118
10pts2

I'm sure the record standing so long is partially down to the fact the mile isn't run at major championships, although the middle distances like 800m and 1500m are more of an open field and not dominated by East Africans like longer distances such as 5k and 10k (Josh Kerr is already an Olympic silver medallist, finishing behind a white American and ahead of an Ethiopian-American).

I think agents will get much better at solving these problems in the medium term. In the short term you should at least be observing what the agent is doing when vulnerabilities like this are so easy to create. Using AI to generate structured RPA tasks like with browsable.app or director.ai is still a better option for now for many tasks

They made $4 billion last year, not really "little to no money". I agree it's not clear they can justify their valuation but it's certainly not a bubble.

Building browser-based RPA workflows with https://browsable.app/

Notably not an AI agent like Operator, Manus, etc. which are largely unreliable for the time being. Instead this uses AI to turn your task into something repeatable and configurable.

Currently focusing on scraping use cases but hope to make it more powerful soon so it can actually do complex tasks rather than just extracting data.

Creating a tool to automate browser tasks: https://browsable.app.

It's RPA for browsers which is not fundamentally new, what I'm trying to do that is new is use AI to make it as easy as possible to create automations. Most of the existing tools require you to locate CSS selectors, XPaths, etc. whereas this is just point, click, type, describe data you want to extract in English, etc.

Still early days and it works much better for some tasks/websites than others but it's improving rapidly and I'm quite excited about it.

Also hoping that the likes of OpenAI Operator, etc. are rolled out in a way that I can use them to build a better product rather than being runover by them.

I would say things are worse but it's difficult to disentangle it from the other major events like Covid and the war. Also worth pointing out that the UK's economic stagnation began well before Brexit and goes back to the 2008 crash: https://pbs.twimg.com/media/FvPzCWYXwAEoIRu?format=jpg&name=....

As someone who supports Brexit, I always thought there would be greater costs in the short term but getting out of institutional structure of the EU would be beneficial long term, as long as we take advantage of the institutional freedom and try to get onto a different path as a country (investing heavily in science and technology, having a more rational approach to regulation, having an immigration system that attracts great talent while also controlling the borders and thus making the whole thing less toxic).

I haven't overall changed my view as the EU still seems to be on a very bad path as I see it, I can't say I'm hugely optimistic about the UK either though. There are glimmers of hope like the new ARIA institution for blue sky science, but the main political parties are a pretty depressing spectacle.

Same as another commenter, I try to make it a habit of either referencing documentation when I need to answer a question or making a note to fill it in when I can't find a reference.

For searching documentation there's a lot to be desired too so I'll make a shameless plug for my side project: https://neat.wiki. It's a simple wiki creator on top of Google Drive but I'm layering on some GPT-3 goodness for semantic search and question answering so you can always find what you're looking for.

Nice work in that the output looks pretty close and it's super convenient to open it in CodeSandbox. Unfortunately it still has the same issue as all other plugins that try to do this in that the code is nothing like how it would be written by a developer and isn't responsive.

Anyone reading this whose looking for the holy grail solution of Figma to code that's written like a developer wrote it, I'm working on this (should be ready soon!) and would love to talk to you - please email me on emile@pygma.app (note that the current public version isn't very good and suffers from the same problems as all the others).

Looks cool, going to try it out when you release the Figma version. One advice would be raise your prices - if it's worth paying for at all then you should charge a lot more than $8 / year.

Identifying the elements within a GUI image (e.g. this is a button, that's an input field, etc.). I want this myself for a tool I'm building to turn Figma designs into code but it's also useful for things like automated testing. There are a bunch of papers on this already but no good public version that I can find. Probably companies like UIPath already have a sophisticated version of this internally. If you could do this and turn it into an API it would be quite valuable I think.

I'm working on this with https://pygma.app. I was too quite surprised that no one has done a better job of this yet. One obvious issue is that Figma works in absolute positions and this is generally a bad way of writing CSS, but this is mostly overcome with some simple heuristics. At the moment my product is more like Overlay, which produces code that is visually consistent but often not semantic or what the designer would have intended. I think this can largely be solved with machine learning, computer vision in particular. Uizard seems like the most impressive product in this regard but their use case is slightly different.

Another problem is that most product teams don't just need to generate code once but also keep it in sync with Figma. As far as I can tell, no one has solved the syncing problem in either direction particularly well. I actually think syncing from React -> Figma is not fundamentally difficult but you need to build a big hairy compiler to deal with any React + styling code which would be a PITA. Going in the other direction is more fundamentally difficult I think, probably needs very good machine learning as well.

Also, always love to hear more details about precisely what's so painful and boring about the way you deal with it now?

Location: Birmingham, UK Remote: Preferred Willing to relocate: Yes Technologies: React, Svelte, JS, Node, SQL Resume: Email me Email: emilepw93 [at] gmail.com

Currently working on a startup (design to code compiler) - looking for part-time contracting work.

I believe one difference with Covid is that people often have issues across multiple organs (I believe this is because the virus binds to ACE2 receptors which are present over the body, not an expert though) whereas with flu/pnemuonia I think it's more likely to be just generic fatigue and lung capacity as longer term effects.

I think the sheer range of long lasting symptoms is quite unique to Covid, although other diseases like Ebola or Smallpox would leave more severe damage.

Hey, sorry I just realised I forgot to come back to this, here's some feedback:

I think the landing page is really well done - that kind of format can be bad if the content isn't well written but each sentence made me want to read the next so I think you've pulled it off. I do think some visuals to reinforce your message might help (e.g. a graph of willingness to pay vs location, etc.).

My understanding of this is that it's going to sit amongst your pricing code and run experiments to change the price dynamically and return the best result after some time - is that correct? If so, I do wonder why no one has pulled this off particularly well as a SaaS before? (or have they?). I believe that Profitwell for example makes their revenue from consulting.

The other thing is that if my understanding above is correct, what stops the user from just cancelling once you've optimised their pricing and you lose capturing a lot of the value you've created for them (again, you revenue model may be completely different, I don't know).

I would also question whether this kind of thing isn't ultimately solved by the old "talk to you users" thing and understanding what they would pay from that strategy rather than software (at least with purchasing power parity though software + independent research does seem more likely to work since it's hard to talk to people from all over the world).

Ultimately this is the kind of thing I would give a try once I have some moderate amount of revenue and I feel that I've at least figured out who my customers are and can then optimise from there.

Pretty cool anyway, hope it succeeds and I'm in a position to try it out in a few months.

You have to use the auto layout feature within Figma to have a consistent output for now (I intend on relaxing this requirement, but auto layout makes things much easier). But you don't need to do anything external to Figma. There's a plugin (currently in review) and you will be able to manage everything from there.

Will come back to this post to give you feedback later.