OK, turing.

<- leave blank

Fri Apr 26 22:07:03 EDT 2024

heads/front: 14b1e1fe4f1f7ca765ccb589d6ea04262b796be0


Fri Apr 26 22:05:50 EDT 2024


Fri Apr 26 21:59:25 EDT 2024
diff 498f4f15b500e3e85f26bd884478698579745fd7 uncommitted
--- a/adm/timezone/Australia_South
+++ b/adm/timezone/Australia_South
@@ -1,12 +1,24 @@
-CST 34200 CDT 37800
-1538836200 1554568200
-1570293000 1586017800
-1601742600 1617467400
-1633192200 1648917000
-1664641800 1680366600
-1696091400 1712421000
-1728145800 1743870600
-1759595400 1775320200
-1791045000 1806769800
-1822494600 1838219400
-1853944200 1869669000
+CST 34200 CST 37800
+ 57722400 68608800 89172000 100058400 120621600 131508000
+ 152071200 162957600 183520800 195012000 215575200 226461600
+ 247024800 257911200 278474400 289360800 309924000 320810400
+ 341373600 352260000 372823200 384314400 404877600 415764000
+ 436327200 447213600 467776800 478663200 499226400 511322400
+ 530676000 542772000 562125600 574826400 594180000 606276000
+ 625629600 638330400 657079200 667965600 688528800 701229600
+ 719978400 731469600 752032800 764733600 783482400 794368800
+ 814932000 827632800 846381600 857268000 877831200 890532000
+ 909280800 920772000 941335200 954036000 972784800 983671200
+1004234400 1016935200 1035684000 1046570400 1067133600 1080439200
+1099188000 1110074400 1130637600 1143338400 1162087200 1172973600
+1193536800 1206237600 1224986400 1235872800 1256436000 1269741600
+1288490400 1299376800 1319940000 1332640800 1351389600 1362276000
+1382839200 1395540000 1414288800 1425175200 1445738400 1459044000
+1477792800 1488679200 1509242400 1521943200 1540692000 1551578400
+1572141600 1584842400 1603591200 1615082400 1635645600 1648346400
+1667095200 1677981600 1698544800 1711245600 1729994400 1740880800
+1761444000 1774144800 1792893600 1804384800 1824948000 1837648800
+1856397600 1867284000 1887847200 1900548000 1919296800 1930183200
+1950746400 1964052000 1982800800 1993687200 2014250400 2026951200
+2045700000 2056586400 2077149600 2089850400 2108599200 2119485600
+2140048800
--- a/sys/src/cmd/test/date.rc
+++ b/sys/src/cmd/test/date.rc
@@ -7,12 +7,12 @@
 '

 fn check {
- r=`$nl{../$O.seconds $1}
- if(!  ~ $r $2){
+ r=`$nl{../$O.$1 $2}
+ if(!  ~ $r $3){
		echo "$"r"
- echo "$"2"
+ echo "$"3"
		echo $status
- >[1=2] echo fail: $1: got $r expected $2
+ >[1=2] echo fail: $1 $2: got $r expected $3
		exit 'fail'
	}
 }
@@ -19,16 +19,16 @@

 # examples from manpage, and shuffles
 rfork ne
-check '23 may 2011' 1306108800
-check 'may 23 2011' 1306108800
-check 'may 2011 23' 1306108800
-check '23 2011 may' 1306108800
-check '2011 may 23' 1306108800
-check '2011 23 may' 1306108800
+check seconds '23 may 2011' 1306108800
+check seconds 'may 23 2011' 1306108800
+check seconds 'may 2011 23' 1306108800
+check seconds '23 2011 may' 1306108800
+check seconds '2011 may 23' 1306108800
+check seconds '2011 23 may' 1306108800

 # now with timezones
-check '23 may 2011 edt' 1306123200
-check '23 may 2011 gmt' 1306108800
+check seconds '23 may 2011 edt' 1306123200
+check seconds '23 may 2011 gmt' 1306108800

 # If the tz is present, the results should stay
 # the same if we change zones.
@@ -35,35 +35,47 @@
 @{
	rfork en
	cat /adm/timezone/US_Pacific >/env/timezone
- check '23 may 2011 edt' 1306123200
- check '23 may 2011 gmt' 1306108800
+ check seconds '23 may 2011 edt' 1306123200
+ check seconds '23 may 2011 gmt' 1306108800
 }

 # now with all variations on times.
-check 'may 23 2011 0' 1306108800
-check 'may 23 2011 0:1' 1306108860
-check 'may 23 2011 0:1:2' 1306108862
+check seconds 'may 23 2011 0' 1306108800
+check seconds 'may 23 2011 0:1' 1306108860
+check seconds 'may 23 2011 0:1:2' 1306108862

 # now with times and timezones
-check '23 may 2011 edt' 1306123200
-check '23 may 2011 gmt' 1306108800
+check seconds '23 may 2011 edt' 1306123200
+check seconds '23 may 2011 gmt' 1306108800

 # formats from ../$O.date(1)
-check 'Sun, 14 Jun 2020 22:08:48 -0700' 1592197728
-check 'Sun, 14 Jun 2020 -0700' 1592118000
-check '2020-06-14' 1592092800
-check '2020-06-14T22:14:17-07:00' 1592198057
+check seconds 'Sun, 14 Jun 2020 22:08:48 -0700' 1592197728
+check seconds 'Sun, 14 Jun 2020 -0700' 1592118000
+check seconds '2020-06-14' 1592092800
+check seconds '2020-06-14T22:14:17-07:00' 1592198057

 # colloquial american format (eww)
-check '06/14/2020' 1592092800
-check '06/01/2020' 1590969600
+check seconds '06/14/2020' 1592092800
+check seconds '06/01/2020' 1590969600

+# Do we transition at the right DST?
+@{
+ rfork en
+ cat /adm/timezone/US_Eastern >/env/timezone
+ check date 1710053999 'Sun Mar 10 01:59:59 EST 2024'
+ check date 1710054000 'Sun Mar 10 02:00:00 EST 2024'
+ check date 1710054001 'Sun Mar 10 03:00:01 EDT 2024'

+ check date 1730617200 'Sun Nov 3 03:00:00 EDT 2024'
+ check date 1730617201 'Sun Nov 3 02:00:01 EST 2024'
+ check date 1730620800 'Sun Nov 3 03:00:00 EST 2024'
+}
+
 # Arizona has no DST
 @{
	rfork en
	cat /adm/timezone/US_Arizona >/env/timezone
- check 'Mon, Jun 21 17:38:02 MST 2020' 1592786282
+ check seconds 'Mon, Jun 21 17:38:02 MST 2020' 1592786282
 }

 # CET is a timezone with no hard-coded
--- a/sys/src/libc/port/date.c
+++ b/sys/src/libc/port/date.c
@@ -254,6 +254,8 @@
		tm->tzoff = 0;
		return;
	}
+ /* stupidity -- the transitions are in local time */
+ abs += tz->stdiff;
	for(p = tz->dlpairs; *p; p += 2)
		if(abs > p[0] && abs <= p[1]){
			dl = 1;


Fri Apr 26 21:59:18 EDT 2024


Fri Apr 26 21:36:49 EDT 2024
I now want to talk about the deuterocanon, which you call the apocrypha.  Firstly,
I believe I must ask, where did you get the canon of your Bible from?  I will
answer for you; you got it from the Catholic Church, and as previously
mentioned, from the Councils of Rome, Hippo, and Carthage.  The decrees from
the Council of Carthage in 419 are the only ones which survive today, and they
include all 27 books of the New Testament, however, it also includes the Catholic
Old Testament; you can see it here: https://www.newadvent.org/fathers/3816.htm
(mind you, the Book of Baruch is included in Jeremiah, the books of Sirach and
Wisdom are included in the “Five Books of Solomon”).  It is true that some people
had different views on the canon, such as St. Jerome, but after it was decreed,
they all humbled themselves and accepted the Church’s Council which was
guided by the Holy Spirit, as promised by Jesus.  It is from the Church which we
derive our canon, and because of this, we need the Church to be unified.
Baptists, and especially the IFB, is not unified (as it is literally
"independent"), and
thus, if they were in the 3rd-4th century, they would never be able to come up
with a canon which would be as universal as today, and it would be dependent on
the respective pastor's personal choice on which books to include.  We know the
Church is the pillar of truth (1 Timothy 3:5), therefore the Church ought to be
visible, and not just an invisible collective of believers; we also knows this
from
The Council of Jerusalem in Acts 15; there was unity in the early Church.  How
would the Apostles have been able to make any decisions for the universal
Church (which is what "Catholic Church" means, for "Catholic" stems from the
Greek "katholikos," which means universal) if the Church was invisible, and just
a body of believers?  Christ's Church is authoritative, which we know from
Matthew 16:18 and Matthew 18:18, as Jesus first gave St. Peter and then the
Apostles the ability to bind and loose in heaven.  Binding and loosing is an
ancient
Jewish term which means "to forbid by an indisputable authority and to permit
by an indisputable authority." Of course, using the congregational polity of the
IFB, such that the Church is only a bunch of believers with no head, it is
impossible to have any authority to bind and loose any faith or morals for the
Universal Church.  We can also see the fruits of this manner of thinking;
Protestantism is so divided, being made up of hundreds of denominations, while
the Catholic Church is a singular entity – an undivided Body of Christ.

The question which logically follows, what is the power structure which was left
to us?  Essentially, St. Peter and the other Apostles set up Episcopates of
Bishops;
for example, St. Peter started the Churches in Antioch and Rome (Rome being
where he died), St. Andrew started the Church in Constantinople, St. James the
Great started the Church in Jerusalem, St. Paul started the Church in Ephesus,
(and helped start in) Rome, Corinth, St. Mark (not an Apostle, but was told to by
St. Peter) started the Church in Alexandria, etc.  All of these Churches have
Apostolic authority, but the Church in Rome has always been the head Church for
Christians; Our Lord built His Church on St. Peter.  I know you will say that
Peter
was only a “little rock,” but this is simply not true.  In Matthew 16:18, Our Lord
changes St. Peter’s name from Simon to Peter, Peter being the literal word for
“rock.” You will say, that “petros” means “little rock,” but it is simply the
masculine form of the word “petras.” Furthermore, Jesus was speaking Aramaic,
and we know that “Peter” and “rock” are both “Keffa” in Aramaic.  In Matthew
16, Jesus creates a Church on Earth, and models it after the Judaic government;
Jesus brought in the renewed and eternal Kingdom of David (2 Samuel 7:13).  If
we want to follow Jesus fully, it would only make sense that we need to follow the
institutions He created.  The hierarchy is as such:
1.  Jesus is the King of the Jews (Mark 16:15),
2.  St. Peter becomes the High Priest, similarly to the co-High Priest Zadok in 1
Chronicles 27:17, the prime minister of the Kingdom, and head of the Great
Assembly (the Great Assembly being an ancient assembly of scribes, prophets,
and sages from the 2nd Temple Period),
3.  The 11 other Apostles take the roles of 11 other elders of the Great Assembly
(Nehemiah 7:7),
4.  The 120 believers in Acts 1:15-28 take the roles of the 120 men of the Great
Assembly (Nehemiah 10:9-29), and St. Peter asserts his head when he assigns
Matthias to be an elder after Judas’s office is left vacant
In Matthew 16:18-19, the institution of a prime minister by Jesus of St. Peter, is
recorded; as previously said St. Peter was given the authority to bind and loose,
which means to have indisputable authority to permit and disallow.  Flavius
Josephus, a 1st cenury Jew who is a secular source of the crucifixion of Jesus,
describes the ability of binding and loosing in his “The Jewish War” from the year
75AD, as:

“...real administrators of the state, at liberty to banish and to recall, to loose
and
to bind, whom they would.  In short, the enjoyments of royal authority were
theirs.”

Further, Our Lord draws a parallel in Matthew 16:18, where he mentions
binding and loosing, to Isaiah 22:19-24, which states:

19 And I will drive thee from thy station, and from thy state shall he pull thee
down.
20 And it shall come to pass in that day, that I will call my servant Eliakim the
son of Hilkiah:
21 And I will clothe him with thy robe, and strengthen him with thy girdle, and I
will commit thy government into his hand: and he shall be a father to the
inhabitants of Jerusalem, and to the house of Judah.
22 And the key of the house of David will I lay upon his shoulder; so he shall
open, and none shall shut; and he shall shut, and none shall open.
23 And I will fasten him as a nail in a sure place; and he shall be for a glorious
throne to his father's house.
24 And they shall hang upon him all the glory of his father's house, the offspring
and the issue, all vessels of small quantity, from the vessels of cups, even to
all
the vessels of flagons.  (KJV)

God is speaking of Eliakim taking the position of the prime minister of the
Kingdom of David, and giving Eliakim keys to the house of David, similarly to
how Jesus gives St. Peter the keys to Heaven, the Eternal Kingdom, in Matthew
16:19.  Jesus utilizes the imagery and language which the Father uses, such as
objects like rocks and nails, opening and shutting (binding and loosing).
Furthermore, looking at a paraphrased translation from 1st century BC Jews on
Isaiah 22, the Targum Jonathan:

“And I will place the key of the house of the Sanctuary, and the government of
the House of David, in his hand; and he shall open, and none shall shut; and he
shall shut, and none shall open.  And I will appoint him a faithful
chief-governor,
an officer in a firm place”

From this, we can see how the Jews viewed this passage and what the keys of the
kingdom meant; authority regarding both religiosity and governance of the
kingdom.  Let us look at the similarities of Eliakim, the Prime Minister of the
Kingdom of David, and St. Peter:

1.  Both are given keys; one of the old covenant, one to the old covenant
2.  Eliakim’s keys have the ability to open and shut, while St. Peter’s have the
ability to bind and loose
3.  Eliakim is a nail, which is susceptible to be broken, and St. Peter is a rock,
such that the Gates of Hell would never prevail
4.  Eliakim’s role as Prime Minister is a successive role, which we know from how
he replaced Shebna in Isaiah 22:15-19
5.  Eliakim’s role in the House of David was spiritual, as the keys given to him
were also those to the temple, as well as to the kingdom; therefore, they serve as
a prefigurement to the prime minister having special spiritual sovereignty of the
king, which in the case of the keys St. Peter was given, was the ultimate King,
Jesus.

There is also Luke 22:24-32, where Jesus prayed specifically for St. Peter, that
his faith would never fail (we know it is specifically to St. Peter from the Greek
grammar), and that his faith would only strengthen his brethren.
Now, we know St. Peter was given special authority by Jesus to be the leader of
His Church, but how do we know that this authority was passed down to St.
Peter’s successors?  Besides the fact it wouldn’t make sense for Jesus to ordain
all
of these man, just for them to die and have no replacements.  We know this from
numerous verses in the Bible, such as Romans 10:14-15, where St. Paul uses
the Greek word “apostalosin” for “sent,” which directly means only those who
have apostolic authority may have any authority.  Similarly, in Titus 1:5, St.
Paul
tells St. Titus to appoint elders with St. Paul’s authority; St. Paul tells St.
Timothy
in 1 Timothy 5:22 to not be too hasty upon ordaining anybody; St. Paul reminds
St. Timothy of when he was ordained to the bishopric in 2 Timothy 1:6 – and we
know that the apostolic authority is in effect because when Jesus sends His
apostles out in John 20:21, the Greek word which is written for “send” is a
conjugation “apoststello,” which is the verb-form of the noun “apostolos,” which
means Apostle.  Jesus sends His ministers with His authority.  It is through this
Apostolic Authority, which is lent down from the Apostles’ successors, where we
find the current authority of the Pope, the other Patriarchs, and the Church as a
whole.

I believe that next, I need to clear up a few misconceptions of the Papacy.  The
Papacy is not like the Mormon President, who can have random revelations at
any time, even if they contradict previous Church teaching.  Rather, the Papal
Office, or rather who is residing in it at the time, is the Vicar of Christ on
Earth.
Every word or opinion the Pope says or holds is not infallible, and furthermore,
we do not worship or follow the Pope; it’s a hierarchy, we submit to him and his
title which was given by Christ, but we only worship and follow Christ.

Moving on, we of course have historical references to the supremacy of the
Church in Rome, following from Apostolic Succession.  Firstly, Pope St. Clement I
writes to the Corinthians, in about the year 80 (during this year, two apostles
were
still living, St. Philip the Apostle and St. John), about an issue they were
facing
with presbyters, saying:

Owing to the sudden and repeated calamities and misfortunes which have
befallen us, we must acknowledge that we have been somewhat tardy in turning
our attention to the matters in dispute among you, beloved; and especially that
abominable and unholy sedition, alien and foreign to the elect of God, which a
few rash and self-willed persons have inflamed to such madness that your
venerable and illustrious name, worthy to be loved by all men, has been greatly
defamed.  . . . Accept our counsel and you will have nothing to regret.  . . . If
anyone disobey the things which have been said by him [God] through us [i.e.,
that you must reinstate your leaders], let them know that they will involve
themselves in transgression and in no small danger.  . . . You will afford us joy
and
gladness if being obedient to the things which we have written through the Holy
Spirit, you will root out the wicked passion of jealousy.
We can see here how Pope St. Clement asserts his authority, saying “Accept our
counsel and you will have nothing to regret,” and “If anyone disobey the things
which have been said by him through us, let them know that they will involve
themselves in transgression and in no small danger.” Also from this, we can see
how in the very early Church, it was never truly independent, as the Church in
Corinth had issues settled by the Church in Rome; would this ever happen with,
lets say, your Church and another Independent Baptist Church, let alone
an Independent Baptist Church thousands of miles away?  Well, that is simply
unthinkable!

To mention St. Irenaeus once more, who is rather explicit, he states in his
book Against Heresies:

But since it would be too long to enumerate in such a volume as this the
succession of all the churches, we shall confound all those who, in whatever
manner, whether through self-satisfaction or vainglory, or through blindness and
wicked opinion, assemble other than where it is proper, by pointing out here the
successions of the bishops of the greatest and most ancient church known to all,
founded and organized at Rome by the two most glorious apostles, Peter and
Paul, that church which has the tradition and the faith which comes down to us
after having been announced to men by the apostles.  With that church, because
of its superior origin, all the churches must agree, that is, all the faithful in
the
whole world, and it is in her that the faithful everywhere have maintained the
apostolic tradition.

Fri Apr 26 21:18:22 EDT 2024
; diff -aur plan9front/sys/src /sys/src
diff -u plan9front/sys/src/9/ip/devip.c /sys/src/9/ip/devip.c
--- plan9front/sys/src/9/ip/devip.c
+++ /sys/src/9/ip/devip.c
@@ -816,7 +816,7 @@
 }

 /*
- * find a unused local port for a protocol.
+ * find a unused loacal port for a protocol.
  *
  * p needs to be locked
  */
diff -u plan9front/sys/src/cmd/aux/vga/igfx.c /sys/src/cmd/aux/vga/igfx.c
--- plan9front/sys/src/cmd/aux/vga/igfx.c
+++ /sys/src/cmd/aux/vga/igfx.c
@@ -837,7 +837,7 @@
			dpll = igfx->pipe[x].dpll;
			/* enable pll */
			dpll->ctrl.v = 1<<31;
- /* LCPLL 2700 (non ssc) reference */
+ /* LCPLL 2700 (non scc) reference */
			dpll->ctrl.v |= 3<<28;

			genwrpll(freq, &n2, &p1, &r2);
diff -u plan9front/sys/src/cmd/cmp.c /sys/src/cmd/cmp.c
--- plan9front/sys/src/cmd/cmp.c
+++ /sys/src/cmd/cmp.c
@@ -127,6 +127,6 @@
 static void
 usage(void)
 {
- fprint(2, "usage: cmp [-lLs] file1 file2 [offset1 [offset2] ]\n");
+ print("usage: cmp [-lLs] file1 file2 [offset1 [offset2] ]\n");
	exits("usage");
 }


Fri Apr 26 20:47:13 EDT 2024
; cd /sys/src/cmd
; objtype=arm mk bar.install
5c -FTVw bar.c
5l -o 5.bar bar.5
nanosec: undefined: cycles
(1802) BL ,cycles+0(SB)
nanosec: illegal combination BL 0 0 26
(1802) BL ,cycles+0(SB)
nanosec: illegal combination BL 0 0 26
(1802) BL ,cycles+0(SB)
mk: 5l -o ...  : exit status=5l 87108: error


Fri Apr 26 20:00:42 EDT 2024
Hey there,
From 2024, all your emails will go to spam due to the new compliance policy of
Gmail and Yahoo.

⇒Check Full Details Here: https://www.vauleonline.co/newsmailer

To compliance this you (okturing.com) need to set DMARC, DKIM, And SPF in your
autoresponder.  But it needs a lot of Technical skills and time.
You have a ready-made solution that is Done For You DMARC, DKIM, And SPF
Integrated Autoresponder.

⇒Introducing Newsmailer

The World’s Premiere Autoresponder is compliant with Gmail & Yahoo’s 2024 Update
to send unlimited emails to unlimited subscribers with No monthly fee!

	100% Done For You DMARC, DKIM, And SPF integrated autoresponder to get
	higher inboxing & clicks.

	Send UNLIMITED emails to Unlimited Subscribers.

	Generate unlimited leads using A. I am technology.

	Build your list with a 1-click opt-in for users

	Get 100% verified email addresses instantly

	No monthly and no restrictions at all.

	Free SMTP for unlimited Email sending.

	100% beginner-friendly, no coding or technical skills required.

	Enjoy 24/7 expert support for whatever you need.

	FULL Commercial License Included - Sell lead generation services to
	clients.

Robert Sims


UNSUBSCRIBE: https://www.vauleonline.co/unsubscribe
Address: 3176 Whispering Pines Circle
Dallas, TX 75240


Fri Apr 26 17:33:23 EDT 2024
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

	<head>
		<meta http-equiv="content-type"
		content="text/html;charset=utf-8" />
		<meta name="generator" content="Adobe GoLive" />
		<title>Your Website</title>
		<style type="text/css" media="screen"><!--
			#outline { position: relative; height: 800px; width:
			800px; margin: 18px auto 0; border: solid 1px #999; }
			#caption { width: 260px; left: 48px; top: 318px; position:
			absolute; visibility: visible; }
			#text { left: 336px; top: 318px; position: absolute;
			width: 400px; visibility: visible; margin-top: 10px; }
			#title { width: 800px; top: 100px; position: absolute;
			visibility: visible; }
			p { color: #666; font-size: 16px; font-family: "Lucida
			Grande", Arial, sans-serif; font-weight: normal;
			margin-top: 0; }
			h1 { color: #778fbd; font-size: 20px; font-family: "Lucida
			Grande", Arial, sans-serif; font-weight: 500; line-height:
			32px; margin-top: 4px; }
			h2 { color: #778fbd; font-size: 18px; font-family: "Lucida
			Grande", Arial, sans-serif; font-weight: normal; margin:
			0.83em 0 0; }
			h3 { color: #666; font-size: 60px; font-family: "Lucida
			Grande", Arial, sans-serif; font-weight: bold; text-align:
			center; letter-spacing: -1px; width: auto; }
			h4 { font-weight: bold; text-align: center; margin: 1.33em
			0; }
			a { color: #666; text-decoration: underline; }
		--></style>
	</head>

	<body>
		<div id="outline">
			<img src="images/gradient.jpg" alt="" height="304"
			width="800" border="0" />
			<div id="title">
				<h3>Your website.</h3>
			</div>
			<div id="caption">
				<h1>Create and publish your own website
				quickly and easily using iWeb, Pages, and many
				other applications available<br />
					for Mac OS X.</h1>
			</div>
			<div id="text">
				<p>It’s a snap to create and publish your
				own website from your Mac.  When your site is
				ready, it’s just as easy to publish it.</p>
				<p>Open System Preferences and click
				Sharing, then select Web Sharing.</p>
				<p>Your done.  Your site is now available on
				your private network at home or work.</p>
				<p>If you’re connected to the Internet, it
				can also be available to friends everywhere.  Just
				send them the address shown in Sharing
				preferences.</p>
				<h2>Apache Power</h2>
				<p>Web Sharing is built on the <a
				href="http://www.apache.org/httpd">Apache</a>
				web server, an industry standard technology
				included with Mac OS X. For more information about
				the Apache web server, see the <a
				href="/manual/">Apache
				manual</a>.</p>
			</div>

		</div>

	</body>

</html>

Fri Apr 26 13:13:51 EDT 2024
I want you to fuck me tonight, write here - https://rb.gy/psrixq?dole

Fri Apr 26 07:40:04 EDT 2024
Hi, I wanted to know your price.

next