Hacker News new | past | comments | ask | show | jobs | submit | someuser54541's comments login

What's the tech stack? I assume you're doing quite a bit of scraping.

Yep scraping alot of sites, what specifically would you like to know?

It's funny because Next.js is the first thing on that list.

Is there any real benefit to using one of those generators versus just writing all the HTML yourself?


Say you have 1000 pages of content and you want to change the footer or something in the header (suppose Google or Facebook now demand a new meta tag). Do you really want to change all those HTML pages by hand?

Also most web sites have navigation, lots of internal links will help web crawlers find everything and decide that it is important. Are you going to back and change them all by hand whenever you make a change?


Some user was able to open a browser modal with a custom message in everyones browser. Any ideas how they did that?


https://en.wikipedia.org/wiki/Cross-site_scripting

The author of the site was naughty and didn't do any sanitization :) They said they've fixed it in another comment, though.


How does the aircraft get to 70k feet? Is it launched from a separate vehicle?


The aircraft is able to climb under its own power. We have a diurnal energy cycle - charging the battery up through the day and deploying battery energy in the night. If we launch in the morning with a full battery, we have a whole day's worth of extra solar power to use to climb up to altitude.

Winds will be a bigger issue than energy when climbing. Up at 20 km (70k ft.) winds are quite calm, but we need to ascend through more turbulent winds as we climb. We’re sizing our MVP around this.


Winds up to 20 km are NOT quite calm. They can max out to 60 m/s at height of 10 km, which is more than 3 times than enough to blow a solar aircraft far-far away. You have to choose proper meteo conditions for climbing and descending and plan the trajectory taking into account those winds to be able to land at a given place. I've been analyzing GFS data a couple of years ago for similar project. The problem is that lack of energy demands to design a really low speed aircraft for low densities that you can find in stratosphere. At 10 km winds are stronger than in stratosphere and density is higer. You can find the results in https://journals.sagepub.com/eprint/GVXWXDABPE6A8PNRGTBU/ful.... The whole aircraft model probably is not like yours and is subject to many conservative estimates, but I am pretty much sure that wind model is accurate in this publication and generalizable to different regions.


I think the comment you responded to was saying at 20km ("up at 20km") it is calm, but below this it is not calm.


I'd assume it's like on Mars, where wind speeds are hellacious but there's just not enough 'air' mass to do any real harm.


I suppose an aircraft like this can climb like gliders do, using the streams of air that move upwards. This requires some planning, and likely a skilled glider pilot to help choose the course.


I'm not an expert but I don't think thermals rise that high.


They could help the first few kilometres, where the air density and thus the drag are highest.


I'm similarly curious. Designing for a higher stall speed permits smaller wing area, lower drag, and lower weight. The cost is that takeoffs and landings become troublesome.


Could be catapult launched?


Lee waves? Thermals? Cumulonimbus thermals? :)


Or balloon launched, parachute landing.


Other options that might work: * Launch from the roof of a vehicle * With a glider winch * Towed by another aircraft * Auxiliary engine / batteries that can be jettisoned & parachuted down


I don't think one could just "throw" something 70k feet up in the air.


Climbing to altitude is the straightforward part. The transition from zero knots to the stall speed of the aircraft (minimum speed at which it can remain airborne) is the tricky bit. Designing for a lower stall speed necessitates wings which produce higher drag (by being larger) which requires more propulsion, which means bigger batteries and motors. So launching from a catapult or rocket or mothership or whatever means a lighter plane.


Launching by rocket means the plane would have to be pretty rugged to survive it. And that means more weight. You also have the issue of deployment. Folding wings means more weight and more things to go wrong.


Launch on a hydrogen balloon


Spinlaunch would disgree but here the trouble is getting off the ground; Take-off is the most demanding phase of flight in terms of propulsion demand.


Spinlaunch would crush any aircraft that is light enough to stay aloft indefinitely.


Winch launch?


How do you retrieve news topics? Are you using some sort of news API or are you just scraping a ton of sites?

If the latter, isn't that illegal or against their terms of service in some way?


How would you compare C# and .NET Web APIs with Entity Framework to Rails and Active Record?


Very similar at the entity level, but C#'s LINQ interface to the generate the query is unique as you get fully typed queries in C# that are translated to the underlying DB.

So example:

    database
        .Users
        .Where(u => u.ActivatedUtc < ...) // Filter
        .Select(u => new {...}) // Project


It's been awhile since I've built an API with Rails or Express, so I'd be learning them again anyway.

What would be your "first" choice?


They better be careful. Once the fish get a taste for lion, they may establish a beachhead, and construct a breathing apparatus, perhaps of kelp, to hunt down the remaining members of the pride.

It may not go the way the lions think it'll go.


Will the breathing apparatus work indefinitely? No, but 30, 40 minutes sure. More than enough time


…what?


its a reference to a scene in The Other Guys https://youtu.be/aDJgv1iARPg


A good API for real estate listings doesn't seem to exist.


I'm fairly confident posts like these are artificially weighted to fall off the front page..that seems to happen when a COVID related post gets popular on HN. This post has more points and comments than the majority of stuff on the front page but it's currently on page 3.

I've casually noticed something similar over the past ~18 months with posts related to COVID.


Many people flag these types of posts (including myself) because they get too toxic. I even flagged this one despite commenting on it.


>> flag these types of posts (including myself) because they get too toxic

Please do not do this.

When you do this, it potentially prevents others from being able to to analyze it and form their own judgement.

"Too toxic" is an opinion.


Yeah, an opinion I share, and if enough people share that opinion, HN is designed to react.

I'm not going to stop flagging this kind of content, and dang is here to overrule me/others when he feels the need to, which is also how HN is designed.

The post is up, the system is working as intended. We all have roles to play here, no need to worry!


Toxic to whom? The scientists which are trying to bury this because it's putting their careers in danger?


Is “because I think they become too toxic” a good reason to flag a post? I flag spam, shitposts, unsubstantiated or patently false articles. You, like other people, are abusing your flagging powers.


^^^ This summarizes the problem perfectly.


I find it interesting that this story was picked up by the WSJ and has not yet hit the NYTimes. The WSJ editorial staff is well known to have a conservative bias, but their newsroom editors are considered to be quite centrist.

That NYT doesn’t think this story is newsworthy is itself newsworthy.


It’s a WSJ exclusive, negotiated by the journal. You can read that fact in red above the headline. What it gave the deep state in return for the exclusive is unknown


It was flagged by users. We sometimes reverse that and I've done so in this case.


Why? What's the thinking in that decision? This kind of post draws out the lowest quality comments and attracts accounts that comment only on this kind of post.


It seems like significant new information on a major ongoing topic.

https://hn.algolia.com/?dateRange=all&page=0&prefix=false&so...


Thank you for the clarification.


AIUI, comments count against a post's ranking on HN, in an attempt to cool the discussion of controversial topics.


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

Search: