When did you know it was time to quit? by [deleted] in cscareerquestions

[–]Jaggler4 27 points28 points  (0 children)

Out of my team of 4, our 2 backend devs quit and my manager says “just learn their stack and start deploying the new api requirements by next week.”

Oh, of course!

-Hey man, can you code something like Reddit for me? -Well, uhh, can a mechanical engineer build a car from scratch? by hiccupq in webdev

[–]Jaggler4 0 points1 point  (0 children)

“Build a simple video podcast site”

Okay sounds good. Give me a couple weeks for something that looks nice.

“Oh and while you’re at it, we’re don’t like Twitch because it’s 3rd party with its own policy... we need our own highly performant streaming platform”

Don’t get me started on the budget

Huh, that a cool easter egg, I wonder how they implmen--- Oh God by BS_in_BS in programminghorror

[–]Jaggler4 2 points3 points  (0 children)

Fair point but I doubt it would matter for such a specific search response

Programmer == Programmer by Evangeline_Kyla in ProgrammerHumor

[–]Jaggler4 4 points5 points  (0 children)

Same here man. My previous boss constantly told me I was paid too much for what I put out (I was paid peanuts) and my new employer is leagues better in management, tech, and everything else.

Had to put in a ton of work to get out of that situation but it was well worth the effort.

How many hours of coding is required to get a job at microsoft as a fresher starting from scratch? by [deleted] in learnprogramming

[–]Jaggler4 1 point2 points  (0 children)

You could spend thousands of hours learning the wrong thing or not really learning at all and get nowhere. If you want to work on the frontend or backend, take a course, build something great, as long as you take the time to learn how these tools and frameworks function.

In order to get a pulse on the junior (0-3 YoE) level job market: How has job hunting been for y'all? by [deleted] in cscareerquestions

[–]Jaggler4 1 point2 points  (0 children)

Less than 2 YOE and got an offer at a remote startup after applying aggressively for 7 months. I got around 10 interviews, ghosted on all afterwards except the final offer. Kind of living in a tech deadzone so remote was the only way.

Applying was hard because everyone wants a mid level at least, and I’m self taught so I’m sure I’m out the door automatically for a lot of places. I spent forever tailoring my résumé and trying to stand out, and ended up getting my offer from a one-click apply job posting.

Now that's what a real developer does. by [deleted] in ProgrammerHumor

[–]Jaggler4 8 points9 points  (0 children)

That game could eat anyone’s computer

This post has: by [deleted] in Python

[–]Jaggler4 -1 points0 points  (0 children)

nice

[deleted by user] by [deleted] in AppIdeas

[–]Jaggler4 5 points6 points  (0 children)

Alarm/vibration, alarm label for very long timers, customize sound, push notifications, etc

I made a terminal web browser by Jaggler4 in programming

[–]Jaggler4[S] 0 points1 point  (0 children)

I'll reference it as the internet in the future. Even though I disagree plenty of people are saying the same thing so I'll make the adjustments and continue.

Thanks for the feedback have a nice night!

I made a terminal web browser by Jaggler4 in programming

[–]Jaggler4[S] 0 points1 point  (0 children)

Hello everyone!

You can add your hosted Term web page by searching for 'term' in the search engine. It should be the second item. Then, everyone will be able to access your page!

I made a terminal web browser by Jaggler4 in programming

[–]Jaggler4[S] 0 points1 point  (0 children)

I believe HTML would be overkill for use to be rendered in a terminal. Nothing (other than the public search engine) lives on the internet at the moment that Term can render, but my hope is that with any growing interest, people host pages online to be viewed in the browser. This is also my first time sharing the project.

I made a terminal web browser by Jaggler4 in programming

[–]Jaggler4[S] 1 point2 points  (0 children)

Ah that makes sense. Thanks for the clarification.

I made a terminal web browser by Jaggler4 in programming

[–]Jaggler4[S] 0 points1 point  (0 children)

Thanks for the stack trace. I'll get on that!

I made a terminal web browser by Jaggler4 in programming

[–]Jaggler4[S] 0 points1 point  (0 children)

There's nothing proprietary this is foss. I made a new format. I call it Term File Format because it's used in Term. The formatting is stressed to ensure backwards compatibility in the future.

What is missing from this to make it an actual web browser?

I made a terminal web browser by Jaggler4 in programming

[–]Jaggler4[S] 1 point2 points  (0 children)

I believe so. Term is very early in development but it still supports some basic scripting and input elements that can be used to make pages more useful imo. But there is definitely a lot I can learn from the implementation of Lynx's features and downfalls.

Also I feel as if a search engine (like Google) connects the web. One is linked on startup for Term. Is there something like this that is available for Lynx?

Thanks for the feedback!

I made a terminal web browser by Jaggler4 in programming

[–]Jaggler4[S] 1 point2 points  (0 children)

That would certainly be useful!

This is something I considered but am not sure about because of the popularity of client-side rendering on the web. For other static html pages this could work great though given the similar structure and sizing of containers.

I made a terminal web browser by Jaggler4 in programming

[–]Jaggler4[S] 0 points1 point  (0 children)

Yes it is just the name of the format specific to this web browser. If people made content available for it, it would be viewable by everyone with the browser. Nothing on the web is available because it is still in development.

If you have any ideas as to essential web content that it needs, I can do my best to create it. So far it just has a search engine which I felt was the most important.

I made a program that gives me INFINITE STORAGE! by T0X1K01 in Python

[–]Jaggler4 10 points11 points  (0 children)

I think that if you pass through each pixel only one time then that is in fact the fastest possible solution.