Compare commits

...

2 Commits

Author SHA1 Message Date
053a3530b5
add notes on namecheap srv records 2022-04-08 21:40:58 +01:00
a1cf6996cf
take notes on machining processes i guess 2022-03-28 10:32:35 +01:00
2 changed files with 49 additions and 0 deletions

30
computery_stuff/namecheap.md Executable file
View File

@ -0,0 +1,30 @@
---
author: Akbar Rahman
date: \today
title: Namecheap DNS
tags: []
uuid: d4d9fa2b-3d4c-44f7-a44d-12b0410be633
---
# SRV Records not Showing up on DNS Servers
> There is a bug on Namecheap's DNS configuration interface.
> When defining a SRV Record you must write the subdomain in the protocol box aswell.
> After you save that entry, a visual bug kicks in and the protocol box now only shows the protocol
> itself, but in the backend it's saved as protocol+subdomain, as it should be.
>
> ~ [exore13](https://www.spigotmc.org/threads/solved-multiple-servers-namecheap-srv-record-config.517697/)
So say your SRV record looks something like this:
```
_minecraft _tcp 0 5 25566 peen.mc.alv.cx.
```
You'll have to enter this instead:
```
_minecraft _tcp.peen.mc 0 5 25566 peen.mc.alv.cx.
```

View File

@ -375,6 +375,25 @@ parts.
More manual labour is required and has longer cycle times than injection moulding.
# Machining Processes
## Advantages of Machining Processes
- High precision of geometrical dimensions, tolerances, and surface finishes
- Is able to make one off prototypes in production grade material
- Creates high volume production tooling
- Increasing hard/brittle/fragile/tough materials can only be machines
- Some designs are so complex that machining is the only realistic process to make them with
## Disadvantages of Machining Processes
- Material is wasted (as it is a subtractive process)
- Complex parts require expensive machines to make and making them can take a long time
- Parts need to be set up using fixtures. These fixtures get increasingly complex with the part.
- Faster production rates and harder materials wear down the tools.
# Glossary
[^d_deflocculant]: a substance which, when added to scattered particles in suspension, causes a reduction in apparent viscosity. Deflocculants are substances which prevent flocculation by increasing zeta potential and therefore the repulsive forces between particles. (<https://digitalfire.com/article/deflocculants%3A+a+detailed+overview>)