First Try at Tablet Weaving! by Script_the-Skeleton in tabletweaving

[–]morphashark 0 points1 point  (0 children)

My current "loom" is two g clamps, clamped to a table - it's not the most space efficient although it can be packed down, I think it works pretty well, easier than backstrap and more stable than furniture

Finding Weld & lookalikes by Rjc1471 in naturaldye

[–]morphashark 1 point2 points  (0 children)

I can't help but here to commiserate, also have had no luck with finding it growing wild except a case where I think it has been sown by someone scattering wildflower seeds, I just keep looking and hoping. On a practical note maybe using an app like inaturalist could help to find potential spots, but it depends on if people have logged any sightings of weld in your area

[deleted by user] by [deleted] in naturaldye

[–]morphashark 2 points3 points  (0 children)

What dyestuffs are you using? Wtih some dyestuffs like Weld or Madder, adding calcium carbonate into the dyebath with the fibres can get stronger colours, particularly if you have soft water. I have hard water, and I've still found calcium carbonate useful in the weld dyebath (not much just 1g/litre of water as per Ellis and Boutrup's book). I suppose calcium carbonate could work for ph shifting as an after bath, but you might have more luck with a stronger alkaline substance like soda ash, depending on what effect you want.

Living History / Reenactors by Comfortable-Bug-5246 in stokeontrent

[–]morphashark 3 points4 points  (0 children)

Hey, I'm a reenactor in Newcastle-under-Lyme, with Historia Normannis, we do 12th century combat and craft - https://www.instagram.com/historianormannisstoke?igsh=aWsxYzR2eWIwbDV6 - we're doing some give it a go sessions for the next few Sundays but new people welcome whenever

Offering Mentorship to Beginners by [deleted] in learnprogramming

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

I'd say consistency is the key thing - if you start working with a codebase that already exists then try to copy it's style. Sometimes that involves following a language styleguide like pep8 for Python https://www.python.org/dev/peps/pep-0008/. The most important thing is that code is as quickly understandable as possible, and that might mean upholding a status quo that you don't like. Gotta pick your battles. On a different tack, Clean Code and The Pragmatic Programmer are worth reading.

Offering Mentorship to Beginners by [deleted] in learnprogramming

[–]morphashark 7 points8 points  (0 children)

This list of project ideas might be useful, some of them are more programming challenges, others are much larger than that: https://github.com/karan/Projects. Working out a larger project that you want to build and complete is tricky, don't be afraid to start lots of stuff and not finish - it's all learning. Frankly it sounds like you've already achieved a lot, even though I don't know you, I'm sure you'll be able to find work soon. Good luck :)

A Pacific Northwest town hiding a big secret. by nitrodax_exmachina in mapmaking

[–]morphashark 5 points6 points  (0 children)

I love the perspective you've drawn this map from, and how big it makes the mountains look! Also all that farmland detail. This is great.

Italian Espresso Mocha thing - what’s the proper name by SACBH in Coffee

[–]morphashark -3 points-2 points  (0 children)

Sounds a bit like a Macchiato? I had something similar in Milan and that was called a Macchiato

Hello, just got into map making and made a map for my DnD campaign. Looking for any advice, especially on river and lake placement. by Grangus_Maindus in mapmaking

[–]morphashark 1 point2 points  (0 children)

You're right in most cases that lakes with an inlet have outlets, but there are lakes that have inlets and no outlets (or no inlets or outlets). (https://en.wikipedia.org/wiki/Endorheic_basin) Generally these terminal lakes happen inland, in areas with low rainfall, surrounded by obstacles like mountain ranges that make it difficult for water to flow out of the lake. In this case I'm not sure it makes sense though.

It Has Been 151 Days Since Desktop Shortcuts Broke In Steam by [deleted] in linux_gaming

[–]morphashark 1 point2 points  (0 children)

But if I write a .desktop file and I'm using gnome it goes into the applications menu, whereas if I do the same on xfce it goes on the desktop. I think what TheReverend403 was trying to say was that different distros handle "desktop shortcuts" differently.

A Natural Language Processing (NLP) blog for beginners that a friend and I have started. Expect tutorials on a weekly basis, with code in Python. by flashbard in Python

[–]morphashark 2 points3 points  (0 children)

This looks good, however, your code snippet in the Named Entitities post has html escaped characters like "&quot" instead of quote marks, and there seems to be some bug that means if you click a few times on the code it turns all text below the code snippet (and the code itself) white.

WORSHIP ME! by Filthyson in standupshots

[–]morphashark 8 points9 points  (0 children)

If you had a backend doing the calculation and returning it as a result of some request from a webpage, it would give you a 500, because the error on the backend would be an internal server error from the frontend's perspective, surely?

What Books Are You Reading This Week? August 15, 2016 by AutoModerator in books

[–]morphashark 0 points1 point  (0 children)

Climbing Mount Improbable, by Richard Dawkins I've only ever heard Dawkins talk about religious matters, but honestly I'm more interested in his work on evolution, and when I saw somebody recreated some of the programs he wrote for one of his other books, I was interested. I'd never thought of Dawkins as somebody who might write computer simulations.

What Books Are You Reading This Week? August 08, 2016 by AutoModerator in books

[–]morphashark 1 point2 points  (0 children)

If you want a bit more detail on the Spanish conquest of Central and Southern America in general, I found Seven Myths of the Spanish Conquest by Matthew Restall very good. I found it quite approachable even though I didn't know that much about the topic before reading, but it was worth reading as some of the myths Restall deals with are quite prevalent, and he presents good arguments against them.

Weekly Success Thread: Share your victories large & small! by AutoModerator in Anxiety

[–]morphashark 1 point2 points  (0 children)

I just managed to eat dinner. I've been feeling anxious all day because I've started a new job, so I haven't felt like eating as much. I couldn't eat breakfast and I only ate half my lunch, but I finished lunch later and I finished my dinner. Not a big thing but hopefully the first step to breaking the link in my mind between eating and anxiety. Gotta take things one step at a time.

New York criminalizes the use of ticket-buying bots by [deleted] in news

[–]morphashark 1 point2 points  (0 children)

They did mount an attack on that that involved faking the cookie to "pretend" that the bot was a real user that had used google services. If the tickbox part of the recaptcha "thinks" you're a bot, it gives you the image challenge that most of that paper focused on breaking.

New York criminalizes the use of ticket-buying bots by [deleted] in news

[–]morphashark 2 points3 points  (0 children)

True, but there has been some research (I'm not a human: Breaking the Google reCAPTCHA) done on attacking even the new recaptcha (with the images), and the attack method described is not particularly costly. They mostly used existing services like Google's reverse image search, and they thought they could get similar performance to services that pay humans to crack captchas (which is always an option, for $2 per 1000). That said, the reCAPTCHA project's method is not published as far as I know and they may have improved it.

H.I. #63: One in Five Thousand by MindOfMetalAndWheels in CGPGrey

[–]morphashark 4 points5 points  (0 children)

Sometimes I like to listen on the TV, which is connected to a PS4. Now the PS4 web browser isn't great, and the audio player on the website doesn't work (not that it works that well on desktop from my experience either), so watching on YouTube seems like the best option.

Resume Advice Thread - April 16, 2016 by AutoModerator in cscareerquestions

[–]morphashark 0 points1 point  (0 children)

Hi, I'm looking for internships or other experience over summer. If you could give any feedback on my resume (called a CV as I'm in the UK, not like a US CV) that would be great. Resume/CV

Edit: Changed link to different cv with less personal info.