Hacker Newsnew | past | comments | ask | show | jobs | submit | phsource's commentslogin

This is so neat! I really think AI turbocharges this kind of personal project way more than it speeds up programming for work:

> I was curious about the possibility of doing this myself, and I asked ChatGPT. Not surprisingly, it knew a lot of the various tapes, file formats, sizes, processing, storage, and after it asked some clarifying questions, it was quite optimistic about me being able to do this myself

Between this, it seems like it helped with so many different parts of the process:

1. Asking for how to do technical things, like transfer video from these old VHS to a newer computer.

2. Writing code for the web portal to host the videos.

3. Writing VLC plugins to help with data entry.

4. Transcribe audio into text.

Similarly, a coworker recently made a website that imitates what Alpha School does to incentivize his own kids to finish their homework all in the span of a weekend, and it's cool to think of the kinds of projects that less or minimally technical people can do with the help of ChatGPT to guide them.

Of course, the debugging techniques and the debugging and problem-solving techniques that you get from being a professional programmer helps a lot with taking what LLMs give you with a grain of salt, and knowing what they're good at and what they're not. But it is a superpower for sure.


> Of course, the debugging techniques and the debugging and problem-solving techniques that you get from being a professional programmer helps a lot with taking what LLMs give you with a grain of salt, and knowing what they're good at and what they're not. But it is a superpower for sure.

I'm really coming around to the idea for the lucky of us (and I'm assuming a lot about the average HN poster) AI really is a force-multiplying tool


I'd love to see the imitation of alphaschool . I would work on my own , and i'd love the inspiration . Any chance you can share ?


What is alpha school?


https://alpha.school/austin/

this is the OG, a few others are springing up. Not sure if i'm just drinking the kool aid, but this type of education just makes complete sense to me.


[flagged]


>the part that surprised me most was how much context you lose if you don't capture it alongside the media

Who are these people?! [not recognizing faces], I kept asking myself while sorting through my mother's most-sacred of possessions...

This past Christmas I finally sat down and watched VHS of early "celebrations," and it's scary when the rose-colored-glasses have lost decades de-tinting.

Who are these people?! [not recognizing our- younger -selves]


Can I ask, what's the best way to ingest all those old photos ?

Is there some kind of scanner that makes this simpler ? Or literally taking pictures of each one , 1 by 1 ?

What's your approach ?


If you have a multifunction printer and a USB cable, any Mac can scan photos:

>>Applications>>Image Capture

>>Whiskey>>Shot(s)

Don't even need to install drivers. No clue on other systems...

----

Having done this, recently, myself: cordon off a dedicated desk/space for this existential task. Do not rush yourself(ves).


To scan photo albums I found that the book scanner at the local library worked very well. You probably take a slight hit in quality but the overall result is still very good I find.


This is pretty impressive results given that this is not from one of the major AI labs. Congrats: https://blog.withmeka.com/meka-achieves-state-of-the-art-per...

Out of curiosity, what do you think contributed to this working better than even OpenAI agent or some of the other tools out there?

I'm not that familiar with how OpenAI and other agents like Browser Use currently work, but is this, in your opinion, the most important factor?

> An infrastructure provider that exposes OS-level controls, not just a browser layer with Playwright screenshots. This is important for performance as a number of common web elements are rendered at the system level, invisible to the browser page


Thanks! Quite a few factors, here's a detailed post on the architecture: https://blog.withmeka.com/introducing-meka-an-open-source-fr...

IMO, the combination of having an "evaluator model" at the end to verify if the intent of the task was complete, and using multiple models that look over each other's work in every step was helpful - lots of human organization analogies there, like "trust but verify" and pair programming. Memory management was also very key.


Hey figmert -- this is Peter, one of the co-founders of Wanderlog. I'm actually on a trip to Italy right now and definitely feel your pain with some performance issues, and we've been working hard to improve this.

If you haven't tried the app in the last few months, can you try it again and let me know what parts are feeling slow for you by emailing me directly at peter@wanderlog.com? I'd love to take a closer look, and especially if you've got specifics with screenshots/videos, I can try to fix some of these myself too.


We've had to go through this process for the app I have, and it definitely was cumbersome and makes the process a huge pain. Fortunately, after a while Google often lets you switch to a Tier 1 assessment, which involves using various tools to analyze your code and make improvements without shelling out a ton of money.

At the same time, Google is in a tough spot here. The files and documents in your Google Drive (or Gmail) are incredibly sensitive. One possible solution is using the https://www.googleapis.com/auth/drive.file OAuth scope, which only lets you access files a user has explicitly shared with the app. I'm curious if iA Writer has limitations that makes this a bad user experience, but from a user security point of view, I can see why I want the apps that get to see my whole Google Drive audited too.

[1] https://developers.google.com/drive/api/guides/api-specific-...


As a user of Google drive, I’m so glad it works like this. I have a ton of random apps that store stuff in my drive that I don’t fully trust, and it’s very reassuring that they only have permission to read the files that they created.

I’m certain that if the full drive access was easy to get, they would all use that as the path of least resistance. And some of those apps would be sucking all of my data out to some random server.


I'm very sympathetic to that approach. But I think it has to be tempered at least a little bit with reputation. iA has been making Writer for 12 years now and it's always been a premium, highly user-respecting app. If they can't get through that bureaucracy, it probably can't be done.

Granted, past performance doesn't mean they'll be perfect forever. It's not a guarantee. It should carry some weight, though. I can't think of many devs I'd trust with my data as much as iA. Omni Group, I guess. Agile Tortoise. There's a set of devs who stake their business on their sterling reputations. It should be possible for that gang to at least contact a human to answer their questions.


It's not clear why they even need full access to users drives without the users input. Drive offers plenty of apis that let you store and access files that don't require these hoops. There is no security audit required if you pick the scope that only lets you open files the app created. You can also let the user use the OS file picker to open any file.

I get that it's a pain for them to rewrite the integration to use these new scopes, but it's ultimately a huge win that this free for all access has been locked down.


It feels like a situation where we just need laws to make it illegal to do a data grab like this and apps in country's without those laws should get the scrutiny.

I think a random phone app WOULD do that because there are no repercussions for doing so. Facebook, LinkedIn, and then late comers ruined the phone ecosystem by doing all the shady things they did when you wanted to do one simple useful thing. I should be able to grant contact information to an app so that it can connect me with my friends on the service. I should not have to worry about all of my contact information being harvested for spam and sold to anyone the company thinks they can make a buck from.

But I also can't imagine using a program on my computer that was prevented from having full access to my file system if I wanted it to have it. MacOS slowly killing the system is making me considering switching to a different OS for the first time in over a decade


It already is illegal to write malware that steals your files. But software is global. Anon individuals in shitty countries don't care about your countries privacy laws.

So we get both privacy laws, and technical restrictions that put the user in control of their files.


Yup. And it needs to be something that has to be done regularly, either every time the app updates or on a fixed schedule. Otherwise you would get a similar ecosystem that happened with some browser extensions, where a benign developer goes, writes an useful app, gets the permissions for that and a user base, then some shady company comes and acquires the app and updates it to use the permission to suck up all data.

Sure it's an annoying process for developers, but Google has to think of the user privacy when creating the policies around these kind of permissions.


This is a bit of an unusual choice, but I recently was trying to use Webflow, and its videos are both highly informative and funny! Engineers often thumb their noses at videos, but they really show how to do it well:

https://university.webflow.com/videos


Cool stuff! How does this compare with Fastchat, which seems like another open source project that helps run LLM models?

At a glance, it seems like it's going for lots of similar goals (run LLMs with interoperable APIs):

https://github.com/lm-sys/FastChat


OpenLLM in comparison focuses more on building LLM apps for production. For example, the integration with LangChain + BentoML makes it easy to run multiple LLMs in parallel across multiple GPUs/Nodes, or chain LLMs with other type of AI/ML models, and deploy the entire pipeline on Kubernete (via Yatai or BentoCloud).

Disclaimer: I helped build BentoML and OpenLLM.


Just to be clear, the "capital" here is not really money, but instead, machines and equipment. Think a car company (e.g., Tesla) buying a used car factory (i.e. the NUMMI plant [1]) or a biotech company buying equipment cast off from Genentech or Pfizer.

> To document the interaction between firm and machine age, we lean on 1.56 million transactions covering 70,000 models of machines. Across a wide range of industries and equipment types, young firms acquire older capital, whereas older firms are more likely to buy new capital

This seems to line up with what I've heard from friends in biotech and mechanical companies. One friend lamented that "at Apple, we had the best of everything: suppliers, equipment, machinery. Here, we make do with what we've got and find creative ways to work with them." Similarly, on the YC forums, we often see used lab equipment listed for sale, and there are whole industries around this.

Pretty neat! Definitely a part of the startup or industry network effect I haven't thought of before. I wonder what other examples of startups working with super-janky second-hand machinery are out there.

[1] https://en.wikipedia.org/wiki/NUMMI


I'm sad to see all the hate this article's getting in the comments, but also can't say I expected anything else.

Most of the hate I'm seeing here is focused around work-life balance, but even the author acknowledges that "I don’t think people should cry or feel like impostors or skip their vacations regularly." There's so much more here! Kudos to Brie too for really putting herself out there like this.

Taking apart what the article mentions, the fulfillment she felt at work came from:

- A sense of shared mission: of the mission statement, "it was a little abstract, but we believed in it enough to recite it with pride"

- Being pushed to do better: "My work was meticulously but warmly critiqued by my peers and leaders alike, and my work got better and better because of it"

- A community and culture: "It felt like magic, but there was deep thought, care, and intention behind everything. I had a tingly feeling that I was part of an organization that had cracked something about creating a great culture"

Forget work -- think about a side project, a hobby, a sport -- anything that you've applied yourself to. Does it feel good to hold yourself to a high standard, in the company of other peers who are into the same things?

That sounds like something we can all get behind!

Stripe may not have been perfect, but let's not throw the baby out with the bathwater here.


> "it was a little abstract, but we believed in it enough to recite it with pride"

I have worked for companies that had a mission I believed in, although from my position I was far from moving the needle in any direction.

Maybe that gave me an extra kick at times; maybe I stayed up late a few times without complaining because it was necessary to finish off some crucial work.

But rest assured that I have never proudly recited a shared mission statement written by someone (the "company"-- its executives and vice presidents and so on) who would have no hesitation to let me go--with great sadness--because there are hard times coming. "But," they would say, "it has been great working with you, we wish you the very best."


Everyone is focused on work-life balance because so much of the article praises the idea that dedicating your life to work is what makes companies "incredible sources of community and self-actualization."

Imagine you are a young adult with a young child, and your partner also works. How is any of the following tenable?

"Everyone stayed for dinner every night [..] there was no way I was going home before my neighbor was."

What about a family?

"my manager asked me to reconsider the vacation I had been planning because my team needed me. “If you go, who will cover your work?” I looked around at my colleagues who were also regularly working 15-hour days and decided to stay put."

What about your family? What about your colleagues' families?

"Call me masochistic, but I have to admit that it felt good to care about anything that much."

But this only works if you don't have other pursuits in life that you care about that much.

"But I am still nostalgic for a time when the gravitational pull of work was strong. For me and everyone around me."

As a husband and a father, as a manager, I want to create a place that allows people to do their best work, and then go home and give their best to their families without feeling pulled constantly back to work.

"It’s more about missing that universal agreement that it’s really, really cool to devote yourself fully to your work."

10 years from now most of us are not going to be working for the same company. 10 years from now most of my kids will be grown and I'll have lost the opportunity to invest in their lives and our relationship. I'm devoted to my work, but not at the expense of my wife who I promised to share my life with, or my children who I literally brought into this world. If I'm not there for them, present in their lives, who will be? I want to build that community. I want children who take to me when I'm older. I want a family that shares values. That only happens if I surge enough time with them, over time, to know what they value, to show what I value, to grow together as they change.

How many of those coworkers will we be sharing and creating close community with ten years from now? Are we really building a lasting community around this mission?

You say:

Forget work -- think about a side project, a hobby, a sport -- anything that you've applied yourself to.

And I agree with you about the value of having a performance oriented community focused on a meaningful mission, but if we work the way the author is advocating through her examples we won't have time/energy to apply yourself to any other pursuit.


Life insurance is actually surprisingly common a perk; I remember even Stripe had it! I guess it's nice to know that your employees' family will be well provided for regardless of their original financial situation.

Maybe this is a healthy dose of paternalism? I feel like there would be more people who regret not buying life insurance in this case than people who regretted the minimal $250 outlay


Let's be real, it isn't a perk, it is a marketable asset for insurance companies to make more money.

A lot of dental insurance falls under a similar category. It is often more expensive to pay for the insurance than it is to pay out of pocket. But then you wonder about what happens if something really bad occurs? Well, a lot of the dental insurance policies (especially for smaller companies) have yearly maximum limits. You're still paying out of pocket.


It's (very likely) cheaper for the company to offer a fixed benefit than it is to pay that amount directly as compensation.

I certainly don't mind that people I work with and their families are getting dental care instead of me getting a modest annual raise.


A lot of small business dental plans cost the company nothing extra to offer to employees because the cost is passed onto the employee directly. It is an optional 'perk' that is offered by the insurance company, but it is almost worthless in value. A lot of employees don't do the math and just tack on the extra monthly fee. But, if you do the math on them, it often doesn't work out to opt into that perk, even in an emergency case.


Okay, but for example, dental isn't an option at my small company, you just get it.

Probably because there is a large group of union employees.


Correct, larger plans get it factored into the overall costs and hidden from you. When my company grew in size and we switched plans, suddenly I got dental as well for free (I had previously denied it cause I did the math). It may not even be something your employer pays for as it might be a perk added in by the insurance company. Depending on what the coverage actually is, it still may or may not be worth it. Hard to say... it is all so nebulous and poorly defined.

Always read the small print though...


> For example, the platform draws on historical support tickets and even Reddit activity to anticipate future volumes of customer requests (by queue, channel, and site).

Wow, do companies now use Reddit for support? I'm curious how exactly Reddit comes into the customer support volume estimation process


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: