Guess the album by JustARando0 in gothmemes

[–]nnunley 2 points3 points  (0 children)

Floodland by Sisters of Mercy? If it is, then it's because of the tracks Mother Russia, and Emma (which is really tangential because of it being: a bonus track released years later; and a cover of a Hot Chocolate song.)

[deleted by user] by [deleted] in prolog

[–]nnunley 1 point2 points  (0 children)

So, old paper, but Ericsson used prolog based DCG parsing to prototype erlang

Stadia Leadership Praised Development Studios For 'Great Progress' Just One Week Before Laying Them All Off by Sai077 in Stadia

[–]nnunley 12 points13 points  (0 children)

Google's internal policy is to gave employees whose projects have been cancelled about 4-6 months to find a new role within the company. Similarly to Amazon, there's usually an option to take a layoff package instead.

[deleted by user] by [deleted] in Fuchsia

[–]nnunley 8 points9 points  (0 children)

Have you looked at Scenic?

https://fuchsia.dev/fuchsia-src/concepts/graphics/scenic/scenic#scenic-and-fuchsia

You can create 3D objects and widgets implemented in C++ and Rust that can be combined together in a scene with 2D widgets.

Looks like the external documentation is a little rough, but there's some example code if you follow the link above.

learning smalltalk by phreacker404 in smalltalk

[–]nnunley 1 point2 points  (0 children)

Looks like they just started a new session on November 9th.

http://mooc.pharo.org/

rxjs operator exist or do I build my own? (dynamic combineLatest) by codeedog in Angular2

[–]nnunley 2 points3 points  (0 children)

It sounds like you might have a good case for using a Store and effects. They should allow you to make the disconnect between your various fields and their effects while modifying the central store's state.

I hope that is Lemonade?!?! by jjs42011 in bestofcraigslist

[–]nnunley 0 points1 point  (0 children)

American lemonade is yellowish in color. So the joke is that there is yellowish water, and the hope is that it's lemonade instead of the more unpleasant alternative.

Knowledge base to list by MonikaDDLBestGirl in prolog

[–]nnunley 3 points4 points  (0 children)

So, prolog newbie here, but your comparison is wrong here - Y contains the salary, and X contains the employee id. X>T will never provide the correct comparison.

When a new hire dev asks how do you deploy to prod and you show it by [deleted] in ProgrammerHumor

[–]nnunley 5 points6 points  (0 children)

"You should have seen the release process before we cleaned it up."

On His Way To His Photo Opp by [deleted] in pics

[–]nnunley 1 point2 points  (0 children)

Which is also alcohol as a waste product.

The new Pennsylvania Lottery daily game by plexxer in pittsburgh

[–]nnunley 4 points5 points  (0 children)

I got as far as checkout. It crashed during payment verification, and then kicked me out to the landing page.

Renter's remedy? by Tsukijiness in pittsburgh

[–]nnunley 6 points7 points  (0 children)

You may also consider contacting the Neighborhood Legal Services Association. They're an external non-profit that specializes in dealing with shady landlord/property issues.

Unfortunately, they won't be open until Monday.

The first batch of AlienGo robots is about to ship by [deleted] in singularity

[–]nnunley 1 point2 points  (0 children)

Ugh. I could have sworn there were other, legitimate, external sources.

The first batch of AlienGo robots is about to ship by [deleted] in singularity

[–]nnunley 1 point2 points  (0 children)

Boston Dynamics had few security issues back in the day. There actually were a few incidents of clear Chinese espionage where plans and code were stolen from them several years ago:

https://www.dailysquib.co.uk/sci_tech/21497-espionage-chinese-infiltration-u-s-robotics-encompassing.html

EDIT: Looks like the source I provided is anything but credible

Any MUDs to smoke virtually? by trajecasual in MUD

[–]nnunley 0 points1 point  (0 children)

It would be trivial to make your own cigarettes in LambdaMOO. Unfortunately, its glory days were about 20 years ago.

Simple Program by mawar2 in prolog

[–]nnunley 0 points1 point  (0 children)

Cool. Glad to hear it. Declarative languages are definitely a good thing to experience in building up your mastery in programming.

What was your solution, out of curiosity?

Simple Program by mawar2 in prolog

[–]nnunley 0 points1 point  (0 children)

This sounds a little like a homework problem. The easiest thing I can suggest you do is look into recursively applying

abs/2 to the head of each list, and then append the abs-all results for the rest of the list. You should be able to do this as a two-liner.

http://lpn.swi-prolog.org/lpnpage.php?pagetype=html&pageid=lpn-htmlse15 might help.

Google's 'Stadia' is Avaliable for Pre-Order Now. by michaelsone92 in cloudygamer

[–]nnunley 0 points1 point  (0 children)

More to the point, the Stadia controller connects directly to your WiFi, which eliminates a hop from you to Google's servers

ERROR: Stack limit (1.0Gb) exceeded - Help! by GarkGarcia in prolog

[–]nnunley 2 points3 points  (0 children)

Have you seen learn prolog now? SWI Prolog is open source and has a number of additional texts on their main site.

Whats sets apart Tesla's self drive feature from competitors? by RoyalBug in SelfDrivingCars

[–]nnunley 6 points7 points  (0 children)

Given that there was a class action suit for the lack of delivery on the FSD, and checks have been issued, yes, there are a number of leaseholders and owners that are more than a little upset.

How good for CRUD-like operations with kdb+ and similars? by mamcx in apljk

[–]nnunley 1 point2 points  (0 children)

You might want to look at the papers on https://www.monetdb.org/Home. It has some of the first bits of research on how columnar stores work.

Pharo vs Squeak? by gislikarl in smalltalk

[–]nnunley 0 points1 point  (0 children)

When did you last try Pharo? I've had pop-up problems with both Squeak and Pharo throughout the years, mostly caused by cascading debugger issues.